abstract class Tag

Базовый класс для всех будущих пользовательских классов-тэгов.

Определяет, с каким backend-ом будет идти работа.

Methods

Dklab_Cache_Tag
__construct($id)

Creates a new Tag object.

void
clean()

Clears all keys associated to this tags.

string
getNativeId()

Returns generated ID of this tag.

getBackend()

No description

Details

at line 34
Dklab_Cache_Tag __construct($id)

Creates a new Tag object.

Parameters

$id

Return Value

Dklab_Cache_Tag

at line 45
void clean()

Clears all keys associated to this tags.

Return Value

void

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.

at line 64
getBackend()