BearFramework\App\CacheRepository::useAppDataDriver

Enables the app cache driver. The cached data will be stored in the app data repository.
public self useAppDataDriver ( [ string $keyPrefix '.temp/cache/' ] )
Parameters
keyPrefix
The key prefix for the cache items.
Returns
Returns a reference to itself.
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.