Cachearium\Backend\CacheNull::hashKey PHP Method

hashKey() protected method

protected hashKey ( CacheKey $k )
$k Cachearium\CacheKey
    protected function hashKey(CacheKey $k)
    {
        return $k->getBase() . $k->getId() . serialize($k->getSub());
    }