protected property CacheObjectAPIWrapper::$delegate in Cache Object API 7
Underlying cache implementation.
File
- ./
cacheobject.inc, line 16 - Provides Cache Object API wrapper class.
Class
- CacheObjectAPIWrapper
- Provides a cache class exposing hooks operating on objects before they are stored to and after they were received from the cache.
Code
protected $delegate;