Member
mia.collins
How to write a Cache Object in CakePHP?
kody.wyman
@mia.collins Using Cache class we can write the object as given below:
1
Cache::write('posts', $posts);