PHP Интерфейс LdapTools\Cache\CacheableItemInterface

Автор: Chad Sikorra ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
getCacheName ( ) : string The cache name that should be referred to for the item. It should be unique.
getCacheType ( ) : string The cache type of the item, such as the class name or something else.

Описание методов

getCacheName() публичный метод

The cache name that should be referred to for the item. It should be unique.
public getCacheName ( ) : string
Результат string

getCacheType() публичный статический метод

The cache type of the item, such as the class name or something else.
public static getCacheType ( ) : string
Результат string