ICache
in
Table of Contents
Methods
Methods
exists()
public
exists(string $cache_key) : bool
Parameters
- $cache_key : string
Return values
boolget()
public
get(string $cache_key) : object|null
Parameters
- $cache_key : string
Return values
object|nullset()
public
set(string $cache_key, string $data[, int $timeout = 3600 ]) : mixed
Parameters
- $cache_key : string
- $data : string
- $timeout : int = 3600