$config[self::CONFIG_PERSISTENCE] ?? 'default_kv' ] ); $cache = new ItemPoolSimpleCacheAdapter( [ ItemPoolSimpleCacheAdapter::OPTION_CACHE_SERVICE => $cacheValue ] ); $cacheValue->setServiceLocator($this->getServiceLocator()); $cache->setServiceLocator($this->getServiceLocator()); return $cache; } }