Hi there,
I'm trying to understand the difference between CSCache and CSCacheStore.
In the CSCacheStore class file it's said:
//This class is to
be used when the data being saved to cache should be subjected
// to the caching
providers. This is so there can be some
separation.
I understand that CS has a caching provider mechanism. For example we can use MemCached.
So if I want to use MemCached and want to my objects to be cached there should I use CSCacheStore instead of CSCache? Is this the difference?
Thanks in advance!