Cachearium\Backend\CacheRAM::hashKey PHP Method

hashKey() protected method

protected hashKey ( CacheKey $k )
$k Cachearium\CacheKey
    protected function hashKey(CacheKey $k)
    {
        return $this->namespace . $k->base . $k->id . serialize($k->sub);
    }