Cache driver class.
| package | core |
|---|
__construct()
delete(string $key)
stringKey
flush()
get(string $key, \?TIME $min_cache_date = null) : \?mixed
stringKey
\?TIMEMinimum timestamp that entries from the cache may hold (null: don't care)
\?mixedThe data (null: not found / NULL entry)load_objects_list() : array
arrayThe list of objectsset(string $key, mixed $data, integer $flags= 0, \?integer $expire_secs= null)
stringKey
mixedThe data
integerVarious flags (parameter not used)
\?integerThe expiration time in seconds (null: no expiry)
$objects_list
null