| 程序包 | 说明 |
|---|---|
| com.ace.cache.constants | |
| com.ace.cache.parser | |
| com.ace.cache.parser.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
static CacheScope |
CacheScope.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CacheScope[] |
CacheScope.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract String |
IKeyGenerator.buildKey(String key,
CacheScope scope,
Class<?>[] parameterTypes,
Object[] arguments)
生成动态key
|
String |
IKeyGenerator.getKey(String key,
CacheScope scope,
Class<?>[] parameterTypes,
Object[] arguments)
获取动态key
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
DefaultKeyGenerator.buildKey(String key,
CacheScope scope,
Class<?>[] parameterTypes,
Object[] arguments) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.