FinderModelSearch::store
Method to store data in cache.
Signature
protected function store(string
$id,
[mixed
$data = true,
[boolean
$persistent = true]] )
Parameters
-
$id
- The cache store id.
-
$data
- The data to cache.
-
$persistent
- Flag to enable the use of external cache. [optional]
Returns
- boolean
- True on success, false on failure.