BearFramework\App\CacheRepository::get

Returns the cache item stored or null if not found.
public BearFramework\App\CacheItem|null get string $key )
Parameters
key
The key of the cache item.
Returns
The cache item stored 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.