Tag
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.
at line 45
void
clean()
Clears all keys associated to this tags.
at line 56
string
getNativeId()
Returns generated ID of this tag.
This method must be public, because it is used in Slot.