offsetGet() public method
Retrieves the value from cache with a specified key.
This method is required by the interface ArrayAccess.
| public mixed offsetGet ( $key ) | ||
|---|---|---|
| $key | string | 
 A key identifying the cached value  |  
| return | mixed | 
 The value stored in cache, false if the value is not in the cache or expired.  |  
Please login to continue.