| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.registry.server.session.cache |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Key,Value> |
SessionCacheService.getValues(Iterable<Key> keys) |
Map<Key,Value> |
CacheService.getValues(Iterable<Key> keys) |
| 限定符和类型 | 方法和说明 |
|---|---|
Value |
CacheGenerator.generatePayload(Key key)
generator cache on write request
|
Value |
DatumCacheGenerator.generatePayload(Key key) |
Value |
SessionCacheService.getValue(Key key) |
Value |
CacheService.getValue(Key key)
get cache by key
|
void |
SessionCacheService.invalidate(Key... keys) |
void |
CacheService.invalidate(Key... keys)
invalidate cache by keys
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Key,Value> |
SessionCacheService.getValues(Iterable<Key> keys) |
Map<Key,Value> |
CacheService.getValues(Iterable<Key> keys) |
Copyright © 2019 The Ant Financial. All rights reserved.