Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ get
Method
get
packages/effect/src/internal/cache.ts:326–328 ·
view source on GitHub ↗
(key: Key)
Source
from the content-addressed store, hash-verified
324
}
325
326
get(key: Key): Effect.Effect<Value, Error> {
327
return
core.map(this.getEither(key), Either.merge)
328
}
329
330
get cacheStats(): Effect.Effect<Cache.CacheStats> {
331
return
core.sync(() =>
Callers
1
refresh
Method · 0.95
Calls
2
getEither
Method · 0.95
map
Method · 0.65
Tested by
no test coverage detected