PHP 트레잇 WhichBrowser\Cache

파일 보기 프로젝트 열기: whichbrowser/parser

공개 프로퍼티들

프로퍼티 타입 설명
$cached boolean Was this result retrieve from the cache?

공개 메소드들

메소드 설명
setCache ( object $cache, integer $expires = 900 ) Enable caching of results

비공개 메소드들

메소드 설명
analyseWithCache ( array | string $headers, $options = [] ) : boolean Retrieve the result from the cache, or analyse and store in the cache
applyCachedData ( array $data ) Apply cached data to the main Parser object
retrieveCachedData ( ) : array Retrieve the data that can be cached from the main Parser object

메소드 상세

setCache() 공개 메소드

Enable caching of results
public setCache ( object $cache, integer $expires = 900 )
$cache object An PSR-6 cache pool (an object that implements Psr\Cache\CacheItemPoolInterface)
$expires integer Optional the number of seconds after which a cached item expires, default is 15 minutes

프로퍼티 상세

$cached 공개적으로 프로퍼티

Was this result retrieve from the cache?
public bool $cached
리턴 boolean