cache_money v0.4.0 API Reference

Modules

Handles caching values under different cache names, can expire keys Keep in mind that while you can use atoms or strings for cache and key names, they will always be converted to strings. Also keep in mind that any data you put in the cache will come back out as a string, regardless of how it was inserted

This module specifies the adapter API that an adapter is required to implement

Redis Adapter for Cache Money

Redis Adapter for Cache Money