Class AbstractQueryCompilationCache

java.lang.Object
org.datanucleus.store.query.cache.AbstractQueryCompilationCache
All Implemented Interfaces:
QueryCompilationCache
Direct Known Subclasses:
SoftQueryCompilationCache, StrongQueryCompilationCache, WeakQueryCompilationCache

public abstract class AbstractQueryCompilationCache extends Object implements QueryCompilationCache
Abstract representation of a cache of generic query compilations.