BearFramework\App\CacheRepository::make

Constructs a new cache item and returns it.
public BearFramework\App\CacheItem make ( [ string|null $key [, string|null $value ]] )
Parameters
key
The key of the cache item.
value
The value of the cache item.
Returns
Returns a new cache item.
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.