Cachearium\CachedObject::getCacheKey PHP Method

getCacheKey() public method

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