Options for the @Cacheable method decorator.
@Cacheable
Optional
The cache key (defaults to Class.method:<hash(args)>).
Class.method:<hash(args)>
The store to use (defaults to the default store).
Tags to associate with the cached value.
Time to live, in seconds.
Options for the
@Cacheablemethod decorator.