public abstract class CacheLoaderFactory extends Object
Constructor and Description |
---|
CacheLoaderFactory() |
Modifier and Type | Method and Description |
---|---|
abstract CacheLoader |
createCacheLoader(Ehcache cache,
Properties properties)
Creates a CacheLoader using the Ehcache configuration mechanism at the time the associated cache
is created.
|
public abstract CacheLoader createCacheLoader(Ehcache cache, Properties properties)
cache
- a reference to the owning cache, this cache isn't yet initialized nor wired to a particular CacheManagerproperties
- implementation specific properties configured as delimiter
separated name value pairs in ehcache.xmlCopyright © 2003–2016 Terracotta, Inc.. All rights reserved.