Trait
| Properties |
private $cache = NULL
|
private $cacheConfig = NULL
|
private $maxKeyLength = 64
|
| Methods |
| private getCachedValue( $k) Gets the cached value if it is present in the cache when that is available.
|
private getFullCacheKey( $key)
|
| private setCachedValue( $k, $v) Saves the value in the cache when that is available.
|