class L2 extends LX (View source)

Methods

getEntry(Address $address)

No description

from LX
getHits()

No description

from LX
getMisses()

No description

from LX
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

from LX
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

Details

in LX at line line 10
abstract getEntry(Address $address)

Parameters

Address $address

in LX at line line 11
abstract getHits()

in LX at line line 12
abstract 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

in LX at line line 39
collectGarbage($item_limit = null)

Parameters

$item_limit

at line line 7
abstract applyEvents(L1 $l1)

Parameters

L1 $l1

at line line 8
abstract 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 9
abstract delete($pool, Address $address)

Parameters

$pool
Address $address

at line line 10
abstract deleteTag(L1 $l1, $tag)

Parameters

L1 $l1
$tag

at line line 11
abstract getAddressesForTag($tag)

Parameters

$tag

at line line 12
abstract countGarbage()