Cachex Caching

MANDATORY for implementing caching in Elixir applications. Invoke before adding caching layers. Configures Cachex instances, implements cache-aside and get-or-set patterns, sets TTL policies, builds cache warmers, monitors cache statistics, and sets up distributed caching across nodes. Trigger words: Cachex, caching, cache, TTL, ETS, distributed cache, cache warmer, cache warmup, cache invalidation, cache hits, cache misses, Cachex.fetch, Cachex.put, Cachex.get.

igmarin 84e5a0a 8.2 KB Updated

File contents

igmarin/elixir-phoenix-skills/tree/main/skills/cachex-caching commit 84e5a0a4dd

Frequently asked questions

npx skillmds@latest add igmarin/cachex-caching