Class DummyStorage (namespace Nette\Caching)
Cache dummy storage.
Object | --DummyStorage
Implements interfaces:
Public Method Summary | |
---|---|
bool |
clean
($conds)
Removes items from the cache by conditions & garbage collector.
|
mixed|NULL |
read
(string $key)
Read from cache.
|
bool |
remove
(string $key)
Removes item from the cache.
|
bool |
write
(string $key, mixed $data, $dp)
Writes item into the cache.
|
Methods Inherited From Object |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Method Details | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
line 81 cleanpublic bool clean ($conds) Removes items from the cache by conditions & garbage collector. Implementation of:
|
||||||||||||||||||
line 43 readpublic mixed|NULL read (string $key) Read from cache. Implementation of:
|
||||||||||||||||||
line 69 removepublic bool remove (string $key) Removes item from the cache. Implementation of:
|
||||||||||||||||||
line 57 writepublic bool write (string $key, mixed $data, $dp) Writes item into the cache. Implementation of:
|