Package org.aoju.bus.cache.support
Class CacheInfoContainer
java.lang.Object
org.aoju.bus.cache.support.CacheInfoContainer
定位: 将@Cached、@Invalid、@CachedGet、(@CachedPut未来)以及将@CacheKey整体融合到一起
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CachePair<AnnoHolder, MethodHolder> getCacheInfo(Method method)
-
Constructor Details
-
CacheInfoContainer
public CacheInfoContainer()
-
-
Method Details
-
getCacheInfo
-