org.jboss.cache.eviction
Interface ModernizableConfig

All Known Implementing Classes:
ElementSizeConfiguration, ExpirationConfiguration, FIFOConfiguration, LFUConfiguration, LRUConfiguration, MRUConfiguration, NullEvictionPolicyConfig

Deprecated.

@Deprecated
public interface ModernizableConfig

Attached to deprecated eviction configuration elements 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
 EvictionAlgorithmConfig modernizeConfig()
          Deprecated.  
 

Method Detail

modernizeConfig

EvictionAlgorithmConfig modernizeConfig()
Deprecated. 


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