Uses of Class
org.miaixz.bus.cache.Context
Packages that use Context
-
Uses of Context in org.miaixz.bus.cache
Methods in org.miaixz.bus.cache that return ContextMethods in org.miaixz.bus.cache with parameters of type ContextModifier and TypeMethodDescriptionstatic Complex初始化缓存工厂并返回Complex实例static booleanComplex.isSwitchOn(Context config, CachedGet cachedGet, Method method, Object[] args) 判断缓存开关是否打开static booleanComplex.isSwitchOn(Context config, Cached cached, Method method, Object[] args) 判断缓存开关是否打开static booleanComplex.isSwitchOn(Context config, Invalid invalid, Method method, Object[] args) 判断缓存开关是否打开voidComplex.setContext(Context context) 设置缓存上下文配置 -
Uses of Context in org.miaixz.bus.cache.reader
Fields in org.miaixz.bus.cache.reader declared as ContextMethods in org.miaixz.bus.cache.reader with parameters of type Context