CacheHit::__construct()

void __construct(string $key, mixed $value, array $tags = array()) Create a new event instance. Parameters string $key mixed $value array $tags Return Value void

CacheBasedSessionHandler

CacheBasedSessionHandler class CacheBasedSessionHandler implements SessionHandlerInterface (View source) Methods void __construct(Repository $cache, int $minutes) Create a new cache driven handler instance. open($savePath, $sessionName) {@inheritdoc} close() {@inheritdoc} read($sessionId) {@inheritdoc} write($sessionId, $data) {@inheritdoc} destroy($sessionId) {@inheritdoc} gc($lifetime) {@inheritdoc} Repository getCache() Get the underlying cache repository.

CacheBasedSessionHandler::gc()

gc($lifetime) {@inheritdoc} Parameters $lifetime

CacheBasedSessionHandler::close()

close() {@inheritdoc}

CacheBasedSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

CacheBasedSessionHandler::getCache()

Repository getCache() Get the underlying cache repository. Return Value Repository

CacheBasedSessionHandler::destroy()

destroy($sessionId) {@inheritdoc} Parameters $sessionId

Cache::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

Cache::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

Cache::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed