Documentation

CacheTrait

Table of Contents

$maxKeyLength  : mixed
getCachedValue()  : mixed
Gets the cached value if it is present in the cache when that is available.
getFullCacheKey()  : mixed
setCachedValue()  : mixed
Saves the value in the cache when that is available.

Properties

Methods

getCachedValue()

Gets the cached value if it is present in the cache when that is available.

private getCachedValue(mixed $k) : mixed
Parameters
$k : mixed
Return values
mixed

getFullCacheKey()

private getFullCacheKey(mixed $key) : mixed
Parameters
$key : mixed
Return values
mixed

setCachedValue()

Saves the value in the cache when that is available.

private setCachedValue(mixed $k, mixed $v) : mixed
Parameters
$k : mixed
$v : mixed
Return values
mixed

Search results