public class MemoryResourceCache extends AbstractMemoryCacheOperator<ResourceDefinition>
| 构造器和说明 |
|---|
MemoryResourceCache(cn.hutool.cache.impl.TimedCache<String,ResourceDefinition> timedCache)
TimedCache的key是资源url,value是ResourceDefinition
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommonKeyPrefix() |
contains, expire, get, getAllKeys, getAllKeyValues, getAllValues, put, put, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalcKeypublic MemoryResourceCache(cn.hutool.cache.impl.TimedCache<String,ResourceDefinition> timedCache)
public String getCommonKeyPrefix()
Copyright © 2022. All rights reserved.