MCPcopy Create free account
hub / github.com/parse-community/parse-server / clear

Method clear

src/Controllers/CacheController.js:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 clear() {
67 return this.adapter.clear();
68 }
69
70 expectedAdapterType() {
71 return CacheAdapter;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected