PHP 클래스 Elgg\Cache\Pool\Noop

Pass an instance of this class as a cache value to turn off caching. WARNING: API IN FLUX. DO NOT USE DIRECTLY.
부터: 1.10.0
상속: implements Elgg\Cache\Pool
파일 보기 프로젝트 열기: elgg/elgg

공개 메소드들

메소드 설명
get ( $key, callable $callback = null, $default = null )
invalidate ( $key )
put ( $key, $value )

메소드 상세

get() 공개 메소드

public get ( $key, callable $callback = null, $default = null )
$callback callable

invalidate() 공개 메소드

public invalidate ( $key )

put() 공개 메소드

public put ( $key, $value )