Method |
Description |
|
__construct ( string $path = '', boolean $fileLocking = false, Psr\Log\LoggerInterface $logger = null ) |
|
|
display ( string $id ) |
Send the cached content to output |
|
fetch ( string $id ) : string |
Fetch the cached content |
|
getPath ( ) : string |
Fetch the cache path used |
|
getSize ( string $id ) : integer |
Get the size of a cache entry |
|
isValid ( string $id, integer $srcMtime ) : boolean |
Does a valid cache entry exist? |
|
store ( string $id, string $data ) : boolean |
Write data to cache. |
|
tmp ( ) : string |
Get a usable temp directory |
|