v1.0.0
English

DummyHandler.php

system/Cache/Handlers/DummyHandler.php
1 class 12 methods

class DummyHandler

Dummy cache handler
initialize () public
get (string $key) public
remember (string $key, int $ttl, Closure $callback) public
save (string $key, $value, int $ttl = 60) public
delete (string $key) public
deleteMatching (string $pattern) public
increment (string $key, int $offset = 1) public
decrement (string $key, int $offset = 1) public
clean () public
getCacheInfo () public
getMetaData (string $key) public
isSupported () public
phpDG v1.0.0 DummyHandler.php 662 files 498 classes 763 fn
Generated