- java.lang.Object
-
- org.redkale.cached.spi.CachedAction
-
@ClassDepends public class CachedAction extends Object
缓存的方法对象详情见: https://redkale.org
- 从以下版本开始:
- 2.8.0
- 作者:
- zhangjx
-
-
方法详细资料
-
get
@ClassDepends public <T> T get(ThrowSupplier<T> supplier, Object... args)
-
getCached
public CachedEntry getCached()
-
getMethod
public Method getMethod()
-
-