WincacheHandler.php
system/Cache/Handlers/WincacheHandler.php
1 class
12 methods
class WincacheHandler
Cache handler for WinCache from Microsoft & IIS.
__construct
(Cache $config)
initialize
()
get
(string $key)
save
(string $key, $value, int $ttl = 60)
delete
(string $key)
deleteMatching
(string $pattern)
increment
(string $key, int $offset = 1)
decrement
(string $key, int $offset = 1)
clean
()
getCacheInfo
()
getMetaData
(string $key)
isSupported
()