in reply to Re^2: Big cache -- CHI Unified cache handling interface
in thread Big cache
Disci+ I also use CHI a lot; note that there is a Dancer/Dancer2 plugin where you can use CHI as your cache layer and swap out back ends by just changing the config of the app. Thus you can have the same code for test env and production, and just specify the actual cache engine in the relvant config, e.g. in memory for testing and a DB for production.
Hope this helps!
|
|---|