◆ get()
DataKeyedCache::get | ( | cachekey | ) |
inline
Get data out of the cache.
- Parameters
-
- {*} - cachekey key to lookup in the cache
\r\n
A simple cache getter that takes a cache key and returns an element if it is found in the cache.
DataKeyedCache::get | ( | cachekey | ) |
Get data out of the cache.
DataKeyedCache::put | ( | cachekey, | |
value | |||
) |
Add an element to the cache.