|
This interface defines items. This interface defines items.xml cache handler as an standard file cache extender. Located in /classes/IOTS_ItemsCache.php [line 22] IOTS_FileCache | --IOTS_ItemsCacheAuthor(s):
|
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From IOTS_FileCache
|
|
Returns cache.
Returns cache.
Parameters:| string | $md5: | MD5 hash of file. |
| Return: | List of items (null if file cache is not valid). |
| Access: | public |
| Version: | 0.0.8 |
| Since: | 0.0.8 |
|
Writes items cache.
Writes items cache.
Parameters:| string | $md5: | MD5 checksum of current file. |
| array | $items: | List of items to be saved. |
| Access: | public |
| Version: | 0.0.8 |
| Since: | 0.0.8 |