alepha@docs:~/docs/reference/providers$
cat MemoryCacheProvider.md1 min read
Last commit:
#MemoryCacheProvider
#Import
typescript
1import { MemoryCacheProvider } from "alepha/cache";
#Overview
In-memory implementation of CacheProvider for testing.
This provider stores all cache entries in memory, making it ideal for unit tests that need to verify cache operations without touching Redis or other backends.