Cachearium\Backend\CacheFilesystem::hashKey PHP Method

hashKey() protected method

(non-PHPdoc)
protected hashKey ( CacheKey $k )
$k Cachearium\CacheKey
    protected function hashKey(CacheKey $k)
    {
        $group = $this->namespace . $k->base . $k->id;
        return $group;
    }