Class AbstractQueryCacheInstrument

java.lang.Object
org.apache.openjpa.lib.instrumentation.AbstractInstrument
org.apache.openjpa.instrumentation.AbstractQueryCacheInstrument
All Implemented Interfaces:
QueryCacheInstrument, Instrument
Direct Known Subclasses:
QueryCacheJMXInstrument

public abstract class AbstractQueryCacheInstrument extends AbstractInstrument implements QueryCacheInstrument
Provides a basic instrument implementation wrapper for the query cache. This class can be extended to create a provider specific instrument for the query cache.