dom lizarraga

    dominiclizarraga@hotmail.com

    Action policy gem + Cache

    Less than 1 minute to read

    Recently I worked with an app that was using Action Policy, I noticed that those policies were being called almost everywhere! So I started a small research and found that there was a section for cache authorizations.

    Let’s dive in with Redis and how policies are saved in memory.

    Here are the official (docs)[https://actionpolicy.evilmartians.io/#/caching] for combinig action policy + cache.