alepha@docs:~/docs/reference/providers$
cat MemoryCacheProvider.md
1 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.