LazyRecord\BaseModel::getCachePrefix PHP Method

getCachePrefix() public method

public getCachePrefix ( )
    public function getCachePrefix()
    {
        if ($this->_cachePrefix) {
            return $this->_cachePrefix;
        }
        return $this->_cachePrefix = get_class($this);
    }