class CatalogID extends Tag

Methods

Dklab_Cache_Tag
__construct($id)

Creates a new Tag object.

void
clean()

Clears all keys associated to this tags.

from Tag
string
getNativeId()

Returns generated ID of this tag.

from Tag
getBackend()

No description

from Tag

Details

at line 19
Dklab_Cache_Tag __construct($id)

Creates a new Tag object.

Parameters

$id

Return Value

Dklab_Cache_Tag

in Tag at line 45
void clean()

Clears all keys associated to this tags.

Return Value

void

in Tag at line 56
string getNativeId()

Returns generated ID of this tag.

This method must be public, because it is used in Slot.

Return Value

string Tag name.

in Tag at line 64
getBackend()