org.jboss.cache.eviction
Interface ModernizablePolicy
- All Known Implementing Classes:
- ElementSizePolicy, ExpirationPolicy, FIFOPolicy, LFUPolicy, LRUPolicy, MRUPolicy, NullEvictionPolicy
Deprecated.
@Deprecated
public interface ModernizablePolicy
Attached to deprecated eviction policies that know how to map to modern counterparts. This interface
is itself deprecated and is only used to bridge deprecated configurations.
- Since:
- 3.0
- Author:
- Manik Surtani (manik AT jboss DOT org)
modernizePolicy
java.lang.Class<? extends EvictionAlgorithm> modernizePolicy()
- Deprecated.
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.