◆ get()
DataKeyedCache::get | ( | cachekey | ) |
inline
Get data out of the cache.
- Parameters
-
- {Mixed} - cachekey key to lookup in the cache
◆ put()
DataKeyedCache::put ( cachekey, value ) inlineAdd an element to the cache.
- Parameters
-
- {Mixed} - cachekey key for the cache entry
- {any} - value value for the cache entry