Class QueryResultCacheImpl

java.lang.Object
org.apache.openjpa.persistence.QueryResultCacheImpl
All Implemented Interfaces:
QueryResultCache

public class QueryResultCacheImpl extends Object implements QueryResultCache
Implements Query result cache via delegation to QueryCache.
Since:
0.4.1
Author:
Abe White
  • Constructor Details

    • QueryResultCacheImpl

      public QueryResultCacheImpl(QueryCache cache)
      Constructor; supply delegate.
  • Method Details