Uses of Class
org.apache.velocity.util.introspection.IntrospectionCacheData
-
Packages that use IntrospectionCacheData Package Description org.apache.velocity.context -
-
Uses of IntrospectionCacheData in org.apache.velocity.context
Methods in org.apache.velocity.context that return IntrospectionCacheData Modifier and Type Method Description IntrospectionCacheData
ChainedInternalContextAdapter. icacheGet(java.lang.Object 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 keyIntrospectionCacheData
InternalHousekeepingContext. icacheGet(java.lang.Object key)
returns an IntrospectionCache Data (@see IntrospectionCacheData) object if exists for the keyMethods in org.apache.velocity.context with parameters of type IntrospectionCacheData Modifier and Type Method Description void
ChainedInternalContextAdapter. icachePut(java.lang.Object key, IntrospectionCacheData o)
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 keyvoid
InternalHousekeepingContext. icachePut(java.lang.Object key, IntrospectionCacheData o)
places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified key
-