BearFramework\App\ICacheDriver::get

Retrieves a value from the cache.
abstract public mixed|null get string $key )
Parameters
key
The key under which the value is stored.
Returns
Returns the stored value or null if not found or expired.
Details
Location: ~/src/App/DataCacheDriver.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.