Skip to content

Commit

Permalink
📝 补充注释
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Aug 31, 2019
1 parent 1a890c4 commit 9dbe77b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ public class CacheProperties {
private CacheType type = CacheType.DEFAULT;

/**
* 缓存前缀,只在配置外部缓存时生效,默认 JUSTAUTH::STATE::
* 缓存前缀,目前只对redis缓存生效,默认 JUSTAUTH::STATE::
*/
private String prefix = "JUSTAUTH::STATE::";

/**
* 超时时长,默认3分钟
* 超时时长,目前只对redis缓存生效,默认3分钟
*/
private Duration timeout = Duration.ofMinutes(3);

Expand Down

0 comments on commit 9dbe77b

Please sign in to comment.