BearFramework\App\CacheRepository::getValue

Returns the value of the cache item specified.
public mixed getValue string $key )
Parameters
key
The key of the cache item.
Returns
The value of the cache item or null if not found.
Details
Location: ~/src/App/CacheRepository.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.