How to store object/array in cache

Permalink
Hi,

I used to store slowly created objects/arrays in cache in C5.6, but now in 5.7 cache libraries have changed.

So, how do you store (and read) custom arrays in cache for later use?

Temposaur
 
MrKDilkington replied on at Permalink Best Answer Reply
MrKDilkington
Hi Temposaur,

New documentation was added today that covers the topic of caching.
http://documentation.concrete5.org/developers/caching/overview...
Temposaur replied on at Permalink Reply
Temposaur
Hi,

And thank you!