java.lang.Object
org.miaixz.bus.cache.Complex
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisSwitchOn(Context config, CachedGet cachedGet, Method method, Object[] args) static booleanisSwitchOn(Context config, Cached cached, Method method, Object[] args) static booleanisSwitchOn(Context config, Invalid invalid, Method method, Object[] args) voidvoidwrite()
-
Constructor Details
-
Complex
public Complex()
-
-
Method Details
-
isSwitchOn
-
isSwitchOn
-
isSwitchOn
-
read
public Object read(CachedGet cachedGet, Method method, org.miaixz.bus.proxy.invoker.ProxyChain baseInvoker) throws Throwable - Throws:
Throwable
-
readWrite
public Object readWrite(Cached cached, Method method, org.miaixz.bus.proxy.invoker.ProxyChain baseInvoker) throws Throwable - Throws:
Throwable
-
remove
-
write
public void write()
-