|
This interface describes binary files cache control drivers. This interface describes binary files cache control drivers. Located in /classes/IOTS_FileCache.php [line 23] Author(s):
Information Tags:
|
|
Returns cache.
Returns cache.
Parameters:| string | $md5: | MD5 hash of file. |
| Return: | Root node (null if file cache is not valid). |
| Access: | public |
| Version: | 0.0.6 |
| Since: | 0.0.6 |
|
Writes node cache.
Writes node cache.
Parameters:| string | $md5: | MD5 checksum of current file. |
| OTS_FileNode | $root: | Root node of file which should be cached. |
| Access: | public |
| Version: | 0.0.6 |
| Since: | 0.0.6 |