PHP 클래스 Sulu\Component\Cache\DataCache

When the file exists the cache uses the data in the file and does not rely on other files.
상속: implements Sulu\Component\Cache\CacheInterface
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $file )
invalidate ( )
isFresh ( )
read ( )
write ( $data )

메소드 상세

__construct() 공개 메소드

public __construct ( $file )

invalidate() 공개 메소드

public invalidate ( )

isFresh() 공개 메소드

public isFresh ( )

read() 공개 메소드

public read ( )

write() 공개 메소드

public write ( $data )