CacheKeyGenerator
This commit is contained in:
@@ -41,7 +41,7 @@ public interface CacheKeyGenerator {
|
|||||||
/**
|
/**
|
||||||
* 根据MultiHashKey生成一个CacheKeyGenerator
|
* 根据MultiHashKey生成一个CacheKeyGenerator
|
||||||
* @param key MultiHashKey 不能为空
|
* @param key MultiHashKey 不能为空
|
||||||
* @return
|
* @return CacheKeyGenerator
|
||||||
*/
|
*/
|
||||||
public static CacheKeyGenerator create(MultiHashKey key) {
|
public static CacheKeyGenerator create(MultiHashKey key) {
|
||||||
Objects.requireNonNull(key);
|
Objects.requireNonNull(key);
|
||||||
|
|||||||
Reference in New Issue
Block a user