CacheInterface.php
system/Cache/CacheInterface.php
10 fn
initialize
()
get
(string $key)
save
(string $key, $value, int $ttl = 60)
delete
(string $key)
increment
(string $key, int $offset = 1)
decrement
(string $key, int $offset = 1)
clean
()
getCacheInfo
()
getMetaData
(string $key)
isSupported
()