public interface VirAttrCache
Modifier and Type | Method and Description |
---|---|
void |
expire(VirAttrCacheKey key)
Force entry expiring.
|
VirAttrCacheValue |
get(VirAttrCacheKey key)
Retrieve cached value.
|
VirAttrCacheValue |
put(VirAttrCacheKey key,
VirAttrCacheValue value)
Cache virtual attribute values.
|
void |
setCacheSpec(String cacheSpec) |
void setCacheSpec(String cacheSpec)
void expire(VirAttrCacheKey key)
key
- cache keyVirAttrCacheValue get(VirAttrCacheKey key)
key
- cache keyVirAttrCacheValue put(VirAttrCacheKey key, VirAttrCacheValue value)
key
- cache keyvalue
- virtual attribute valuesCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.