skeeks\cms\Config::getCacheKey PHP Méthode

getCacheKey() public méthode

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