Class CacheExtension
java.lang.Object
io.helidon.integrations.microstream.cdi.CacheExtension
- All Implemented Interfaces:
Extension
@Deprecated(forRemoval=true,
since="4.2.1")
public class CacheExtension
extends Object
implements Extension
Deprecated, for removal: This API element is subject to removal in a future version.
Microstream is renamed to Eclipse store and no longer updated
An
Extension
that arranges for named MicrostreamCache
injection points to be satisfied.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Creates a newCacheExtension
. -
Method Summary
-
Constructor Details
-
CacheExtension
public CacheExtension()Deprecated, for removal: This API element is subject to removal in a future version.Creates a newCacheExtension
.
-