PHP Class Imdb\Cache

Config keys used: cachedir cache_expire usezip converttozip usecache storecache
Inheritance: extends CacheBase
Mostrar archivo Open project: tboothman/imdbphp Class Usage Examples

Public Methods

Method Description
__construct ( Config $config, Psr\Log\LoggerInterface $logger ) Cache constructor.
getInternal ( $key, $cleanKey )
purgeInternal ( )
setInternal ( $key, $cleanKey, $value )

Method Details

__construct() public method

Cache constructor.
public __construct ( Config $config, Psr\Log\LoggerInterface $logger )
$config Config
$logger Psr\Log\LoggerInterface

getInternal() public method

public getInternal ( $key, $cleanKey )

purgeInternal() public method

public purgeInternal ( )

setInternal() public method

public setInternal ( $key, $cleanKey, $value )