public class LinkedHashMapCache<K,V> extends AbstractEmbeddedCache<K,V>
| 构造器和说明 |
|---|
LinkedHashMapCache(EmbeddedCacheConfig<K,V> config) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cleanExpiredEntry() |
<T> T |
unwrap(Class<T> clazz)
Provides a standard way to access the underlying concrete cache entry
implementation in order to provide access to further, proprietary features.
|
buildKey, configcomputeIfAbsent, computeIfAbsent, GET_ALL, GET, notify, PUT_ALL, PUT_IF_ABSENT, PUT, REMOVE_ALL, REMOVEpublic LinkedHashMapCache(EmbeddedCacheConfig<K,V> config)
public <T> T unwrap(Class<T> clazz)
Cache
If the implementation does not support the specified class,
the IllegalArgumentException is thrown.
clazz - the proprietary class or interface of the underlying
concrete cache. It is this type that is returned.public void cleanExpiredEntry()
Copyright © 2013–2019. All rights reserved.