Static
createCreates a new cache instance of the specified type.
The registered cache implementation name
Optional
config: common.apis.cache.CacheConfigConfiguration options for the cache
A new cache instance
Static
getStatic
registerRegisters a new cache implementation with the factory.
Factory class for creating and managing different cache implementations. Provides registration and instantiation of cache types.
Example