BearFramework\App\CacheRepository::exists

Returns information whether a key exists in the cache.
public bool exists string $key )
Parameters
key
The key of the cache item.
Returns
TRUE if the cache item exists in the cache, FALSE otherwise.
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.