Cachearium\Backend\CacheRAM::hashKey PHP 메소드

hashKey() 보호된 메소드

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