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