Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
OpenJPA's data and query caching frameworks.
|
Modifier and Type | Field and Description |
---|---|
AbstractQueryCache.EvictPolicy |
AbstractQueryCache.evictPolicy |
Modifier and Type | Method and Description |
---|---|
AbstractQueryCache.EvictPolicy |
ConcurrentQueryCache.getEvictPolicy()
Returns the eviction policy of the query cache
|
AbstractQueryCache.EvictPolicy |
AbstractQueryCache.getEvictPolicy()
Returns the evictionPolicy for QueryCache
|
static AbstractQueryCache.EvictPolicy |
AbstractQueryCache.EvictPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractQueryCache.EvictPolicy[] |
AbstractQueryCache.EvictPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.