class EdgeArrayCache implements EdgeCacheInterface (View source)

The EdgeNullCache class.

Methods

boolean
isExpired(string $path)

isExpired

string
getCacheKey(string $path)

getCacheKey

string
load(string $path)

get

store(string $path, string $value)

store

remove(string $path)

remove

array
getData()

Method to get property Data

setData(array $data)

Method to set property data

Details

at line line 32
boolean isExpired(string $path)

isExpired

Parameters

string $path

Return Value

boolean

at line line 44
string getCacheKey(string $path)

getCacheKey

Parameters

string $path

Return Value

string

at line line 56
string load(string $path)

get

Parameters

string $path

Return Value

string

at line line 76
EdgeCacheInterface store(string $path, string $value)

store

Parameters

string $path
string $value

Return Value

EdgeCacheInterface

at line line 92
EdgeCacheInterface remove(string $path)

remove

Parameters

string $path

Return Value

EdgeCacheInterface

at line line 106
array getData()

Method to get property Data

Return Value

array

at line line 118
EdgeArrayCache setData(array $data)

Method to set property data

Parameters

array $data

Return Value

EdgeArrayCache Return self to support chaining.