class ServerCache extends AbstractCache (View source)

Traits

Constants

DEFAULTTTL

Properties

protected $cache from CacheTrait
static protected $cachable_methods
static protected $cachable_statuses
static protected $cache_namespace
protected $bypass

Methods

getCache()

No description

setCache(Manager $cache)

No description

__construct(Manager $cache)

No description

read(Model $request, Model $response)

No description

dump(Model $request, Model $response, Route $route)

No description

bypassCache()

No description

Details

getCache()

setCache(Manager $cache)

Parameters

Manager $cache

__construct(Manager $cache)

Parameters

Manager $cache

read(Model $request, Model $response)

Parameters

Model $request
Model $response

dump(Model $request, Model $response, Route $route)

Parameters

Model $request
Model $response
Route $route

bypassCache()