Annotation Type MicrostreamCache
-
@Qualifier @Retention(RUNTIME) @Target({PARAMETER,FIELD}) public @interface MicrostreamCache
Creates a cache based upon the Microstream JCache implementation.
See Microstream JCacheSpecify the cache name by the name property.
The configNode property expects an existing Helidon config node providing configuration properties for the cache.
See Microstream JCache configuration
If not provided the properties below "one.microstream.cache.default" will be used if existing. Otherwise the build in defaults are applied.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
configNode
Specifies the configuration node used to configure the EmbeddedStorageManager instance to be created.
-