Cache\Hierarchy\HierarchicalCachePoolTrait::clearHierarchyKeyCache PHP Method

clearHierarchyKeyCache() protected method

Clear the cache for the keys.
protected clearHierarchyKeyCache ( )
    protected function clearHierarchyKeyCache()
    {
        $this->keyCache = [];
    }