PHP Трейт LdapTools\Cache\CacheTrait

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

Защищенные свойства (Protected)

Свойство Тип Описание
$cachePrefix The prefix for the cache.

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

Метод Описание
getCachePrefix ( ) : string Get the prefix used for the cache item name.
setCachePrefix ( string $prefix ) Set the prefix used for the cache item name.

Защищенные методы

Метод Описание
getCacheName ( string $itemType, string $itemName ) : string Form the "name" string that the cache uses to refer to this item.

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

getCacheName() защищенный метод

Form the "name" string that the cache uses to refer to this item.
protected getCacheName ( string $itemType, string $itemName ) : string
$itemType string
$itemName string
Результат string

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

Get the prefix used for the cache item name.
public getCachePrefix ( ) : string
Результат string

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

Set the prefix used for the cache item name.
public setCachePrefix ( string $prefix )
$prefix string

Описание свойств

$cachePrefix защищенное свойство

The prefix for the cache.
protected $cachePrefix