Annotation Type StorageCache


@Retention(RUNTIME)
@Target({FIELD,METHOD,PARAMETER})
@Qualifier
public @interface StorageCache
Defines a cache managed by Microstream: https://docs.microstream.one/manual/cache/getting-started.html
  • 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"