class StaticL2 extends L2 (View source)

Methods

getEntry(Address $address)

No description

getHits()

No description

getMisses()

No description

string|null
get(Address $address)

Fetch a value from the cache.

from LX
boolean
exists(Address $address)

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

from LX
collectGarbage($item_limit = null)

No description

applyEvents(L1 $l1)

No description

set($pool, Address $address, $value = null, $expiration = null, array $tags = array(), $value_is_serialized = false)

No description

delete($pool, Address $address)

No description

deleteTag(L1 $l1, $tag)

No description

getAddressesForTag($tag)

No description

countGarbage()

No description

__construct()

No description

Details

at line line 48
getEntry(Address $address)

Parameters

Address $address

at line line 178
getHits()

at line line 183
getMisses()

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

Fetch a value from the cache.

Parameters

Address $address

Return Value

string|null

in LX 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 33
collectGarbage($item_limit = null)

Parameters

$item_limit

at line line 141
applyEvents(L1 $l1)

Parameters

L1 $l1

at line line 82
set($pool, Address $address, $value = null, $expiration = null, array $tags = array(), $value_is_serialized = false)

Parameters

$pool
Address $address
$value
$expiration
array $tags
$value_is_serialized

at line line 117
delete($pool, Address $address)

Parameters

$pool
Address $address

at line line 130
deleteTag(L1 $l1, $tag)

Parameters

L1 $l1
$tag

at line line 125
getAddressesForTag($tag)

Parameters

$tag

at line line 22
countGarbage()

at line line 13
__construct()