Cachearium\CachedObject::getCacheKey PHP Метод

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
    public function getCacheKey($atts = null);
CachedObject