Class: ItemCache
Source Location: /blogs/b2evocore/_class_itemcache.php
Class ItemCache
Class Overview
|
Item Cache Class Located in /blogs/b2evocore/_class_itemcache.php [line 23] DataObjectCache | --ItemCacheAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From DataObjectCache
|
[ Top ]
Property Summary
Method Summary
| ItemCache | ItemCache() | Constructor |
| void | get_by_urltitle() | Get an object from cache by its urltitle |
| void | load_urltitle_array() | Load a list of item referenced by their urltitle into the cache |
[ Top ]
Methods
get_by_urltitle [line 49]
|
Get an object from cache by its urltitle
Load into cache if necessary
Parameters:| string | $req_urltitle: | stub of object to load |
| boolean | $halt_on_error: | false if you want to return false on error |
[ Top ]
