Skip to main content

Memory

The in-memory cache stores all data in the application process. It requires no external services.

Data is not shared between instances and is lost on restart. This provider is only suitable for single-instance deployments.

Configuration

Environment Variables

CACHE__TYPE=memory

YAML Configuration

cache:
type: memory
VariableDescriptionDefaultRequired
CACHE__TYPECache provider type-