interface EdgeCacheInterface (View source)

Interface EdgeCacheInterface

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

Details

at line line 25
boolean isExpired(string $path)

isExpired

Parameters

string $path

Return Value

boolean

at line line 34
string getCacheKey(string $path)

getCacheKey

Parameters

string $path

Return Value

string

at line line 43
string load(string $path)

get

Parameters

string $path

Return Value

string

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

store

Parameters

string $path
string $value

Return Value

EdgeCacheInterface

at line line 62
EdgeCacheInterface remove(string $path)

remove

Parameters

string $path

Return Value

EdgeCacheInterface