Class CacheRuleHandle
- java.lang.Object
-
- org.apache.shenyu.common.dto.convert.rule.impl.CacheRuleHandle
-
- All Implemented Interfaces:
RuleHandle
public class CacheRuleHandle extends java.lang.Object implements RuleHandle
The type Divide rule handle.
-
-
Constructor Summary
Constructors Constructor Description CacheRuleHandle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetTimeoutSeconds()Get the timeout seconds.voidsetTimeoutSeconds(java.lang.Long timeoutSeconds)Set timeout seconds.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shenyu.common.dto.convert.rule.RuleHandle
toJson
-
-