|
|
|
@ -25,7 +25,7 @@ import com.fr.third.net.sf.ehcache.store.compound.ReadWriteCopyStrategy;
|
|
|
|
|
*/ |
|
|
|
|
public class CopyStrategyConfiguration { |
|
|
|
|
|
|
|
|
|
private static final String DEFAULT_IMPL = "ReadWriteSerializationCopyStrategy"; |
|
|
|
|
private static final String DEFAULT_IMPL = "com.fr.third.net.sf.ehcache.store.compound.ReadWriteSerializationCopyStrategy"; |
|
|
|
|
|
|
|
|
|
private volatile String className = DEFAULT_IMPL; |
|
|
|
|
private ReadWriteCopyStrategy<Element> strategy; |
|
|
|
|