public class CustomerMemoryCache extends AbstractMemoryCacheOperator<CustomerInfo>
| 构造器和说明 |
|---|
CustomerMemoryCache(cn.hutool.cache.impl.TimedCache<String,CustomerInfo> timedCache) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommonKeyPrefix() |
contains, expire, get, getAllKeys, getAllKeyValues, getAllValues, put, put, remove, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalcKey, getFinalPrefix, removePrefixpublic CustomerMemoryCache(cn.hutool.cache.impl.TimedCache<String,CustomerInfo> timedCache)
public String getCommonKeyPrefix()
Copyright © 2024. All rights reserved.