Package io.microsphere.spring.cache.annotation
-
Annotation Types Summary Annotation Type Description EnableTTLCaching Enables Spring's caching functionality with TTL (Time-To-Live) support.TTLCacheable A variation of@Cacheablethat supports Time-To-Live (TTL) settings for cached entries.TTLCachePut A variant ofCachePutthat supports time-to-live (TTL) settings for cache entries.