Method |
Description |
|
clear ( mixed $bundle = null ) : Cache |
clear the cache |
|
clearInvalid ( integer $lifetime = 3600 ) : Cache |
clear the invalid cache |
|
getDirectory ( ) : string |
get the directory |
|
getPath ( mixed $bundle = null ) : string |
get the path |
|
init ( string $directory = null, string $extension = null ) : Cache |
init the class |
|
retrieve ( mixed $bundle = null ) : mixed |
retrieve from cache |
|
store ( mixed $bundle = null, string $content = null ) : Cache |
store to cache |
|
validate ( mixed $bundle = null, integer $lifetime = 3600 ) : boolean |
validate the cache |
|