Method | Description | |
---|---|---|
display ( string $id ) | Send the cached content to output | |
fetch ( string $id ) : string | Fetch the cached content | |
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. |