| Package | Description |
|---|---|
| com.lc.core.cache.singleCache | |
| com.lc.core.cache.singleCache.impl |
| Modifier and Type | Method and Description |
|---|---|
EntityCache |
ICacheManager.getCacheByKey(String key)
获取对应缓存
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EntityCache> |
ICacheManager.getCacheAll()
获取所有缓存
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICacheManager.putCache(String key,
EntityCache cache)
存入缓存
|
| Modifier and Type | Method and Description |
|---|---|
EntityCache |
CacheManagerImpl.getCacheByKey(String key)
获取对应缓存
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EntityCache> |
CacheManagerImpl.getCacheAll()
获取所有缓存
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheManagerImpl.putCache(String key,
EntityCache cache)
存入缓存
|
Copyright © 2020. All rights reserved.