K - The type of the keys.V - The type of the values.public interface CacheHolder<K,V>
CacheFactory.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closing the cache.
|
ConcurrentMap<K,V> |
getCache()
Getting the cache as a
ConcurrentMap. |
void close()
ConcurrentMap<K,V> getCache()
ConcurrentMap.Copyright © 2011–2014 Everit Kft.. All rights reserved.