Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
NullCacheAdapter = require(
'../lib/Adapters/Cache/NullCacheAdapter'
).default;
2
3
describe(
'NullCacheAdapter'
,
function
() {
4
const
KEY =
'hello'
;
Callers
nothing calls this directly
Calls
4
put
Method · 0.45
del
Method · 0.45
get
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected