public class OpenJPAJCacheQueryCache extends org.apache.openjpa.datacache.AbstractQueryCache
Constructor and Description |
---|
OpenJPAJCacheQueryCache() |
Modifier and Type | Method and Description |
---|---|
protected void |
clearInternal() |
protected org.apache.openjpa.datacache.QueryResult |
getInternal(org.apache.openjpa.datacache.QueryKey qk) |
void |
initialize(org.apache.openjpa.datacache.DataCacheManager manager) |
protected Collection |
keySet() |
protected boolean |
pinInternal(org.apache.openjpa.datacache.QueryKey qk) |
protected org.apache.openjpa.datacache.QueryResult |
putInternal(org.apache.openjpa.datacache.QueryKey qk,
org.apache.openjpa.datacache.QueryResult oids) |
protected org.apache.openjpa.datacache.QueryResult |
removeInternal(org.apache.openjpa.datacache.QueryKey qk) |
protected boolean |
unpinInternal(org.apache.openjpa.datacache.QueryKey qk) |
void |
writeLock() |
void |
writeUnlock() |
addTypesChangedListener, afterCommit, clear, close, close, count, endConfiguration, fireEvent, get, getAllEntityTimestamp, getEnableStatistics, getEvictPolicy, getName, getStatistics, isClosed, newListenerCollection, onTypesChanged, pin, put, remove, removeAllInternal, removeTypesChangedListener, setConfiguration, setEnableStatistics, setEvictPolicy, setName, startConfiguration, unpin, updateEntityTimestamp
public OpenJPAJCacheQueryCache()
public void initialize(org.apache.openjpa.datacache.DataCacheManager manager)
initialize
in interface org.apache.openjpa.datacache.QueryCache
initialize
in class org.apache.openjpa.datacache.AbstractQueryCache
protected void clearInternal()
clearInternal
in class org.apache.openjpa.datacache.AbstractQueryCache
protected Collection keySet()
keySet
in class org.apache.openjpa.datacache.AbstractQueryCache
protected org.apache.openjpa.datacache.QueryResult getInternal(org.apache.openjpa.datacache.QueryKey qk)
getInternal
in class org.apache.openjpa.datacache.AbstractQueryCache
protected org.apache.openjpa.datacache.QueryResult putInternal(org.apache.openjpa.datacache.QueryKey qk, org.apache.openjpa.datacache.QueryResult oids)
putInternal
in class org.apache.openjpa.datacache.AbstractQueryCache
protected org.apache.openjpa.datacache.QueryResult removeInternal(org.apache.openjpa.datacache.QueryKey qk)
removeInternal
in class org.apache.openjpa.datacache.AbstractQueryCache
protected boolean pinInternal(org.apache.openjpa.datacache.QueryKey qk)
pinInternal
in class org.apache.openjpa.datacache.AbstractQueryCache
protected boolean unpinInternal(org.apache.openjpa.datacache.QueryKey qk)
unpinInternal
in class org.apache.openjpa.datacache.AbstractQueryCache
public void writeLock()
public void writeUnlock()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.