Package | Description |
---|---|
org.apache.velocity.context |
Modifier and Type | Method and Description |
---|---|
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 |
InternalHousekeepingContext.icacheGet(java.lang.Object key)
returns an IntrospectionCache Data (@see IntrospectionCacheData)
object if exists for the key
|
IntrospectionCacheData |
VMContext.icacheGet(java.lang.Object key) |
Modifier and Type | Method and Description |
---|---|
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 |
InternalHousekeepingContext.icachePut(java.lang.Object key,
IntrospectionCacheData o)
places an IntrospectionCache Data (@see IntrospectionCacheData)
element in the cache for specified key
|
void |
VMContext.icachePut(java.lang.Object key,
IntrospectionCacheData o) |
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.