skeeks\cms\Config::getCacheKey PHP Method

getCacheKey() public method

public getCacheKey ( ) : string
return string
    public function getCacheKey()
    {
        return $this->name . '__' . md5(implode("", (array) $this->cacheDependency)) . '.cache.conf';
    }