Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ PersistedCache.ts
File
PersistedCache.ts
repos/effect/packages/effect/src/unstable/persistence/PersistedCache.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* Combines in-memory caching with durable storage
for
`Persistable` requests.
3
*
4
* A `PersistedCache` checks a process-local `Cache`, then a named `Persistence`
Callers
nothing calls this directly
Calls
8
constant
Function · 0.90
identity
Function · 0.90
makeWith
Method · 0.80
make
Method · 0.65
get
Method · 0.65
set
Method · 0.65
invalidate
Method · 0.65
remove
Method · 0.45
Tested by
no test coverage detected