Package | Description |
---|---|
org.apache.velocity.context |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Object,IntrospectionCacheData> |
InternalContextBase.introspectionCache
cache for node/context specific introspection information
|
Modifier and Type | Method and Description |
---|---|
IntrospectionCacheData |
InternalHousekeepingContext.icacheGet(java.lang.Object key)
returns an IntrospectionCache Data (@see IntrospectionCacheData)
object if exists for the key
|
IntrospectionCacheData |
InternalContextAdapterImpl.icacheGet(java.lang.Object key) |
IntrospectionCacheData |
InternalContextBase.icacheGet(java.lang.Object key)
returns an IntrospectionCache Data (@see IntrospectionCacheData)
object if exists for the key
|
IntrospectionCacheData |
ChainedInternalContextAdapter.icacheGet(java.lang.Object key) |
Modifier and Type | Method and Description |
---|---|
void |
InternalHousekeepingContext.icachePut(java.lang.Object key,
IntrospectionCacheData o)
places an IntrospectionCache Data (@see IntrospectionCacheData)
element in the cache for specified key
|
void |
InternalContextAdapterImpl.icachePut(java.lang.Object key,
IntrospectionCacheData o) |
void |
InternalContextBase.icachePut(java.lang.Object key,
IntrospectionCacheData o)
places an IntrospectionCache Data (@see IntrospectionCacheData)
element in the cache for specified key
|
void |
ChainedInternalContextAdapter.icachePut(java.lang.Object key,
IntrospectionCacheData o) |