This commit is contained in:
Redkale
2017-05-13 14:19:23 +08:00
parent f1f0227dca
commit 72e16b88f7

View File

@@ -61,7 +61,7 @@ public @interface RestMapping {
int actionid() default 0; int actionid() default 0;
/** /**
* 结果缓存的秒数, 为0表示不缓存, 对应@HttpCacheable.seconds * 结果缓存的秒数, 为0表示不缓存, 对应@HttpMapping.cacheseconds
* *
* @return int * @return int
*/ */