# simple_mem_cache v1.0.2 - Table of Contents

ETS backed in-memory key-value cache with entry expiration after creation (TTL) or last access (idle-timout) and automatic value loading.
Expired entries are automatically purged. Supports time travel.

Trade memory for performance.

## Modules

- [SimpleMemCache](SimpleMemCache.md): In-memory key-value cache with expiration-time after creation/modification/access,
automatic value loading and time travel support.

