Annotation Type StorageCache


@Retention(RUNTIME)
@Target({FIELD,METHOD,PARAMETER})
@Qualifier
public @interface StorageCache
Defines a cache managed by MicroStream: Getting started for Cache
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    String value
    the name of the managed Cache to acquire.
  • Element Details

    • value

      String value
      the name of the managed Cache to acquire.
      Returns:
      the cache name
      Default:
      "jcache"