public class Complex extends Object
| Constructor and Description |
|---|
Complex() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSwitchOn(Context config,
CachedGet cachedGet,
Method method,
Object[] args) |
static boolean |
isSwitchOn(Context config,
Cached cached,
Method method,
Object[] args) |
static boolean |
isSwitchOn(Context config,
Invalid invalid,
Method method,
Object[] args) |
Object |
read(CachedGet cachedGet,
Method method,
org.aoju.bus.proxy.invoker.ProxyChain baseInvoker) |
Object |
readWrite(Cached cached,
Method method,
org.aoju.bus.proxy.invoker.ProxyChain baseInvoker) |
void |
remove(Invalid invalid,
Method method,
Object[] args) |
void |
write() |
public static boolean isSwitchOn(Context config, Cached cached, Method method, Object[] args)
public static boolean isSwitchOn(Context config, Invalid invalid, Method method, Object[] args)
public static boolean isSwitchOn(Context config, CachedGet cachedGet, Method method, Object[] args)
public Object read(CachedGet cachedGet, Method method, org.aoju.bus.proxy.invoker.ProxyChain baseInvoker) throws Throwable
Throwablepublic Object readWrite(Cached cached, Method method, org.aoju.bus.proxy.invoker.ProxyChain baseInvoker) throws Throwable
Throwablepublic void write()
Copyright © 2019. All rights reserved.