org.apache.openjpa.lib.util
Interface Clearable

All Known Subinterfaces:
DataCache
All Known Implementing Classes:
AbstractDataCache, ConcurrentDataCache, DelegatingDataCache, PartitionedDataCache

public interface Clearable

Generic interface for components that can be cleared so that helpers can treat them in a generic way.


Method Summary
 void clear()
           
 

Method Detail

clear

void clear()


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.