public interface CacheFactory
| Modifier and Type | Method and Description |
|---|---|
<K,V> CacheHolder<K,V> |
createCache(CacheConfiguration<K,V> configuration,
ClassLoader classLoader)
Creates a key-value cache holder.
|
<K,V> CacheHolder<K,V> createCache(CacheConfiguration<K,V> configuration, ClassLoader classLoader)
configuration - The configuration of the cache. The type of the configuration must come from the same source as the
caceh factory.classLoader - The classLoader that should be used during serializing and deserializing keys and values.Copyright © 2011–2014 Everit Kft.. All rights reserved.