@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface LifeCache
If set, it determines the period of time during which the associated cache will be exists. If not
set, the cache will not be evicted, as long as it has not been explicitly required using an Evict
class
- See Also:
EvictProvider