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)

Method Summary
 Class<? extends EvictionAlgorithm> modernizePolicy()
          Deprecated.  
 

Method Detail

modernizePolicy

Class<? extends EvictionAlgorithm> modernizePolicy()
Deprecated. 


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.