Class Smarty_CacheResource_Memcache

extends Smarty_CacheResource_KeyValueStore

Memcache CacheResource CacheResource Implementation based on the KeyValueStore API to use memcache as the storage resource for Smarty's output caching. Note that memcache has a limitation of 256 characters per cache-key. To avoid complications all cache-keys are translated to a sha1 hash.

Methods
Methods inherited from Smarty_CacheResource_KeyValueStore
populate(), populateTimestamp(), process(), writeCachedContent(), readCachedContent(), clearAll(), clear(), getTemplateUid(), sanitize(), fetch(), addMetaTimestamp(), getMetaTimestamp(), invalidate(), getLatestInvalidationTimestamp(), listInvalidationKeys(), hasLock(), acquireLock(), releaseLock(),
Methods inherited from Smarty_CacheResource
getCachedContent(), locked(), load()
Properties
Properties inherited from Smarty_CacheResource_KeyValueStore
$contents, $timestamps
Properties inherited from Smarty_CacheResource
$sysplugins