Solar_Sql_Model_Cache::fetch()
public
mixed
Solar_Sql_Model_Cache::fetch
( string $key
)
Fetches the data for a cache entry.
Parameters
(string)
$key
: The cache entry key.
Returns
(mixed) Boolean false if the fetch failed (cache miss), otherwise the result of the fetch (cache hit).
Description
Fetches the data for a cache entry.