Skip to content
Keramat Jokar edited this page May 13, 2024 · 1 revision

How to access the cache object

$this->cache->method();

[Mixed] get($name)

Get cached data by name

String $name

save($name, $data [, $expiration])

Cache data

String $name

Mixed $data

(Optional) Int $expiration seconds

delete($name)

Delete all cache

String $name

deleteAll()

Delete all cache

Clone this wiki locally