| Package | Description |
|---|---|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.bridge.remote | |
| org.mmbase.bridge.remote.proxy | |
| org.mmbase.bridge.remote.rmi | |
| org.mmbase.bridge.util |
This package contains several bridge related classes which can be used independently of the
rest of MMBase.
|
| org.mmbase.cache |
The goal of this package is to centralize the MMBase
caches.
|
| org.mmbase.storage.search.implementation |
| Modifier and Type | Method and Description |
|---|---|
CachePolicy |
BasicQuery.getCachePolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicQuery.setCachePolicy(CachePolicy policy) |
| Modifier and Type | Method and Description |
|---|---|
CachePolicy |
RemoteNodeQuery.getCachePolicy() |
CachePolicy |
RemoteCacheable.getCachePolicy() |
CachePolicy |
RemoteSearchQuery.getCachePolicy() |
CachePolicy |
RemoteQuery.getCachePolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteNodeQuery.setCachePolicy(CachePolicy arg0) |
void |
RemoteCacheable.setCachePolicy(CachePolicy arg0) |
void |
RemoteSearchQuery.setCachePolicy(CachePolicy arg0) |
void |
RemoteQuery.setCachePolicy(CachePolicy arg0) |
| Modifier and Type | Method and Description |
|---|---|
CachePolicy |
RemoteQuery_Proxy.getCachePolicy() |
CachePolicy |
RemoteCacheable_Proxy.getCachePolicy() |
CachePolicy |
RemoteSearchQuery_Proxy.getCachePolicy() |
CachePolicy |
RemoteNodeQuery_Proxy.getCachePolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteQuery_Proxy.setCachePolicy(CachePolicy arg0) |
void |
RemoteCacheable_Proxy.setCachePolicy(CachePolicy arg0) |
void |
RemoteSearchQuery_Proxy.setCachePolicy(CachePolicy arg0) |
void |
RemoteNodeQuery_Proxy.setCachePolicy(CachePolicy arg0) |
| Modifier and Type | Method and Description |
|---|---|
CachePolicy |
RemoteNodeQuery_Rmi.getCachePolicy() |
CachePolicy |
RemoteCacheable_Rmi.getCachePolicy() |
CachePolicy |
RemoteQuery_Rmi.getCachePolicy() |
CachePolicy |
RemoteSearchQuery_Rmi.getCachePolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteNodeQuery_Rmi.setCachePolicy(CachePolicy arg0) |
void |
RemoteCacheable_Rmi.setCachePolicy(CachePolicy arg0) |
void |
RemoteQuery_Rmi.setCachePolicy(CachePolicy arg0) |
void |
RemoteSearchQuery_Rmi.setCachePolicy(CachePolicy arg0) |
| Modifier and Type | Method and Description |
|---|---|
CachePolicy |
AbstractQueryWrapper.getCachePolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractQueryWrapper.setCachePolicy(CachePolicy policy) |
| Modifier and Type | Field and Description |
|---|---|
static CachePolicy |
CachePolicy.ALWAYS
Standard cache policy that advises to always cache a passed object.
|
static CachePolicy |
CachePolicy.NEVER
Standard cache policy that advises to never cache a passed object.
|
| Modifier and Type | Method and Description |
|---|---|
CachePolicy |
Cacheable.getCachePolicy()
Returns the CachePolicy of the object.
|
static CachePolicy |
CachePolicy.getPolicy(Object policyKey)
Obtains a cache policy given a policy key.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CachePolicy.putPolicy(Object policyKey,
CachePolicy policy) |
void |
Cacheable.setCachePolicy(CachePolicy policy)
Sets the CachePolicy of the query.
|
| Modifier and Type | Method and Description |
|---|---|
CachePolicy |
BasicSearchQuery.getCachePolicy() |
CachePolicy |
ModifiableQuery.getCachePolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicSearchQuery.setCachePolicy(CachePolicy policy) |
void |
ModifiableQuery.setCachePolicy(CachePolicy policy) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}