Annotation Type CacheableArgument

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean cacheRefreshIndicator  
      String keyProperty
      A bean property expression that is evaluated against the source method argument to produce a cache key for that argument
    • Element Detail

      • keyProperty

        String keyProperty
        A bean property expression that is evaluated against the source method argument to produce a cache key for that argument
        Returns:
        a Serializable or something whose Object.toString() produces a unique value
        Default:
        ""
      • cacheRefreshIndicator

        boolean cacheRefreshIndicator
        Default:
        false