public abstract class ReplayCacheFactory extends Object
Constructor and Description |
---|
ReplayCacheFactory() |
Modifier and Type | Method and Description |
---|---|
protected URL |
getConfigFileURL(Object o) |
static boolean |
isEhCacheInstalled() |
static ReplayCacheFactory |
newInstance() |
abstract ReplayCache |
newReplayCache(String key,
Object configuration) |
public static boolean isEhCacheInstalled()
public static ReplayCacheFactory newInstance()
public abstract ReplayCache newReplayCache(String key, Object configuration)
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.