MCPcopy
hub / github.com/parse-community/parse-server / NullCacheAdapter.spec.js

File NullCacheAdapter.spec.js

spec/NullCacheAdapter.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const NullCacheAdapter = require('../lib/Adapters/Cache/NullCacheAdapter').default;
2
3describe('NullCacheAdapter', function () {
4 const KEY = 'hello';

Callers

nothing calls this directly

Calls 4

putMethod · 0.45
delMethod · 0.45
getMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected