DATA - The data type handled by this policypublic interface CloneableEvictionPolicy<DATA> extends EvictionPolicy<DATA>, Cloneable
EvictionPolicy with such a clone method. It
also adds the Java Cloneable interface as flag.| Modifier and Type | Method and Description |
|---|---|
CloneableEvictionPolicy<DATA> |
clone()
This method should return an exact copy of the object it belongs to
including the current object state.
|
notifyEvictionCloneableEvictionPolicy<DATA> clone()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.