class LX (View source)

Base class for the various cache classes.

Methods

getEntry(Address $address)

No description

getHits()

No description

getMisses()

No description

string|null
get(Address $address)

Fetch a value from the cache.

boolean
exists(Address $address)

Determine whether or not the specified Address exists in the cache.

collectGarbage($item_limit = null)

No description

Details

at line line 10
abstract getEntry(Address $address)

Parameters

Address $address

at line line 11
abstract getHits()

at line line 12
abstract getMisses()

at line line 19
string|null get(Address $address)

Fetch a value from the cache.

Parameters

Address $address

Return Value

string|null

at line line 33
boolean exists(Address $address)

Determine whether or not the specified Address exists in the cache.

Parameters

Address $address

Return Value

boolean

at line line 39
collectGarbage($item_limit = null)

Parameters

$item_limit