| Package | Description |
|---|---|
| org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
| Modifier and Type | Method and Description |
|---|---|
FinderQuery<K,V,R> |
FinderCache.cache(K key,
V value,
FetchConfiguration fetch)
Cache a FinderQuery for the given key and value.
|
FinderQuery<K,V,R> |
FinderCache.get(K key,
FetchConfiguration fetch)
Get the FinderQuery for the given key.
|
FinderQuery<K,V,R> |
FinderCache.markUncachable(K key)
Marks the given key as not amenable to caching.
|
Copyright © 2006-2014 Apache Software Foundation. All Rights Reserved.