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
-
Method Details
-
clear
void clear()
-