@lucid-softworks/cache-store-memory
v0.1.0
Published
Capacity-bounded in-memory CacheStore with stale-deadline eviction.
Maintainers
Readme
@lucid-softworks/cache-store-memory
A capacity-bounded, least-recently-used in-memory CacheStore. Records remain
available through their stale window and are removed after staleUntil.
const store = new MemoryCacheStore({
maxEntries: 10_000,
});Inject now for deterministic tests.
