| Package | Description |
|---|---|
| org.mmbase.applications.editwizard |
This package contains the classes used by the Editwizards to pass
commands to MMBase.
|
| org.mmbase.applications.media.cache | |
| org.mmbase.bridge.jsp.taglib.util | |
| org.mmbase.cache |
The goal of this package is to centralize the MMBase
caches.
|
| org.mmbase.cache.xslt |
Provides the caches which can be used when doing XSLT conversions.
|
| org.mmbase.jumpers | |
| org.mmbase.module.builders |
The MMBase standard and optional builders.
|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.module.lucene | |
| org.mmbase.security.implementation.cloudcontext | |
| org.mmbase.security.implementation.context | |
| org.mmbase.storage.implementation.database | |
| org.mmbase.storage.search |
Provides interfaces for retrieval of data from
SearchQuery objects. |
| org.mmbase.util.functions |
The function framework is all about the creation of
Function instances, from which
then, subsequently, function values can be acquired. |
| Modifier and Type | Field and Description |
|---|---|
protected static Cache<String,XPathExpression> |
Utils.xpathCache |
| Modifier and Type | Class and Description |
|---|---|
class |
URLCache
A cache for URLS requested in the MediaFragment builder.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AttributeCache
Cache which relates unparsed Attribute Strings with parsed
`Attribute' objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatedResultCache
Cache for queries like SELECT COUNT(number) AS number FROM mm_news news.
|
class |
BlobCache
The 'blob cache' is used in MMObjectNode to cache small byte-array field values.
|
class |
MultilevelCache
This cache handles multilevel query results from the bridge, namely only for the 'getList'
functions of BasicCloud
|
class |
NodeCache
A cache for MMObjectNodes.
|
class |
NodeListCache
Query result cache used for getNodes from MMObjectBuilder.
|
class |
QueryResultCache
This cache provides a base implementation to cache the result of
SearchQuery's.
|
class |
RelatedNodesCache
Query result cache used for getRelatedNodes from MMObjectNodes.
|
class |
RelationsCache
Cache from MMObjectNode number to List of InsRel MMObjectNodes instances (relation nodes).
|
| Modifier and Type | Method and Description |
|---|---|
static Cache |
CacheManager.getCache(String name)
Returns the Cache with a certain name.
|
Cache<K,V> |
Cache.putCache()
Puts this cache in the caches repository.
|
static <K,V> Cache<K,V> |
CacheManager.putCache(Cache<K,V> cache)
Puts a cache in the caches repository.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Cache<?,?>> |
CacheManager.getMap() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Cache<K,V> |
CacheManager.putCache(Cache<K,V> cache)
Puts a cache in the caches repository.
|
| Constructor and Description |
|---|
Bean(Cache<K,V> c) |
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryCache
A cache for XSL Transformer Factories.
|
class |
ResultCache
Caches the results of XSL transformations.
|
class |
TemplateCache
A cache for XSL transformation templates.
|
| Modifier and Type | Field and Description |
|---|---|
protected Cache |
Jumpers.jumpCache
Cache for URL jumpers.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractImages.CKeyCache
Cache with 'ckey' keys.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Cache<String,String> |
SmartPathFunction.smartPathCache |
| Modifier and Type | Field and Description |
|---|---|
protected static Cache<String,JdbcIndexDefinition.LazyMap> |
JdbcIndexDefinition.nodeCache |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Caches.OperationsCache |
| Modifier and Type | Field and Description |
|---|---|
protected static Cache<String,ContextProvider.AllowingContexts> |
Caches.allowingContextsCache |
protected static Cache<String,Boolean> |
Caches.containsCache |
protected static Cache<String,MMObjectNode> |
Caches.contextCache |
protected static Cache<Integer,Rank> |
Caches.rankCache |
protected static Cache<String,MMObjectNode> |
Caches.userCache |
| Modifier and Type | Method and Description |
|---|---|
static Cache<String,ContextProvider.AllowingContexts> |
Caches.getAllowingContextsCache() |
static Cache<String,Boolean> |
Caches.getContainsCache() |
static Cache<String,MMObjectNode> |
Caches.getContextCache() |
static Cache<Integer,Rank> |
Caches.getRankCache() |
static Cache<String,MMObjectNode> |
Caches.getUserCache() |
| Modifier and Type | Field and Description |
|---|---|
protected Cache<String,org.mmbase.security.implementation.context.ContextAuthorization.AllowingContexts> |
ContextAuthorization.allowingContextsCache |
| Modifier and Type | Field and Description |
|---|---|
protected static Cache<Integer,Integer> |
DatabaseStorageManager.typeCache
The cache that contains the last X types of all requested objects
|
| Modifier and Type | Field and Description |
|---|---|
protected static Cache<String,CoreField> |
ResultBuilder.fieldCache |
| Modifier and Type | Field and Description |
|---|---|
protected static Cache<String,String> |
IndexFunction.indexCache |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}