PHP Trait Airship\Engine\Bolt\Cache

Used to cache stuff in memory or the filesystem.
Show file Open project: paragonie/airship

Public Properties

Property Type Description
$airship_cspcache_object File
$airship_filecache_object File

Public Methods

Method Description
tightenCacheBolt ( ) After loading the Cache bolt in place, configure it.

Method Details

tightenCacheBolt() public method

After loading the Cache bolt in place, configure it.
public tightenCacheBolt ( )

Property Details

$airship_cspcache_object public property

public File $airship_cspcache_object
return File

$airship_filecache_object public property

public File $airship_filecache_object
return File