|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntrospectionCacheData | |
| org.apache.velocity.context | |
| Uses of IntrospectionCacheData in org.apache.velocity.context |
| Methods in org.apache.velocity.context that return IntrospectionCacheData | |
IntrospectionCacheData |
InternalContextBase.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 |
VMContext.icacheGet(java.lang.Object key)
|
IntrospectionCacheData |
InternalHousekeepingContext.icacheGet(java.lang.Object key)
returns an IntrospectionCache Data (@see IntrospectionCacheData) object if exists for the key |
| Methods in org.apache.velocity.context with parameters of type IntrospectionCacheData | |
void |
InternalContextBase.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 |
VMContext.icachePut(java.lang.Object key,
IntrospectionCacheData o)
|
void |
InternalHousekeepingContext.icachePut(java.lang.Object key,
IntrospectionCacheData o)
places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified key |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||