FinderModelSearch::retrieve
Method to retrieve data from cache.
Signature
protected function retrieve(string
$id,
[boolean
$persistent = true] )
Parameters
-
$id
- The cache store id.
-
$persistent
- Flag to enable the use of external cache. [optional]
Returns
- mixed
- The cached data if found, null otherwise.