PHP Интерфейс Cachearium\CachedObject

Показать файл Открыть проект

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

Метод Описание
getCacheKey ( $atts = null ) : CacheKey Returns a cache key for this object.

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

getCacheKey() публичный Метод

This simplifies storage of data associated to a class. What you usually want to do here is a return new CacheKey('classname', $this->getId(), $atts);
public getCacheKey ( $atts = null ) : CacheKey
Результат CacheKey