CacheDecoratorInterface
interface CacheDecoratorInterface (View source)
Defines an interface for cache decorator implementations.
Methods
setCacheKey($key)
Specify the key to use when writing the cache.
writeCache()
Write the cache.
Details
setCacheKey($key)
Specify the key to use when writing the cache.
writeCache()
Write the cache.