PHP 클래스 Phalcon\Annotations\Adapter\Redis

Stores the parsed annotations to the Redis database. This adapter is suitable for production. use Phalcon\Annotations\Adapter\Redis; $annotations = new Redis([ 'lifetime' => 8600, 'host' => 'localhost', 'port' => 6379, 'prefix' => 'annotations_', ]);
상속: extends Base
파일 보기 프로젝트 열기: phalcon/incubator 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$redis Phalcon\Cache\Backend\Redis

공개 메소드들

메소드 설명
__construct ( array $options = [] )

보호된 메소드들

메소드 설명
getCacheBackend ( ) : Phalcon\Cache\Backend\Redis
prepareKey ( string $key ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( array $options = [] )
$options array Options array

getCacheBackend() 보호된 메소드

protected getCacheBackend ( ) : Phalcon\Cache\Backend\Redis
리턴 Phalcon\Cache\Backend\Redis

prepareKey() 보호된 메소드

protected prepareKey ( string $key ) : string
$key string
리턴 string

프로퍼티 상세

$redis 보호되어 있는 프로퍼티

protected Redis,Phalcon\Cache\Backend $redis
리턴 Phalcon\Cache\Backend\Redis