get() public method
Retrieves a value from cache with a specified key.
public mixed get ( $key ) | ||
---|---|---|
$key | mixed |
A key identifying the cached value. This can be a simple string or a complex data structure consisting of factors representing the key. |
return | mixed |
The value stored in cache, false if the value is not in the cache, expired, or the dependency associated with the cached data has changed. |
Please login to continue.