StaticcreateCreates a new cache instance of the specified type.
The registered cache implementation name
Optionalconfig: common.apis.cache.CacheConfigConfiguration options for the cache
A new cache instance
StaticgetStaticregisterRegisters a new cache implementation with the factory.
Factory class for creating and managing different cache implementations. Provides registration and instantiation of cache types.
Example