Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
-