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 IntrospectionCacheDataChainedInternalContextAdapter. icacheGet(Object key)IntrospectionCacheDataInternalContextAdapterImpl. icacheGet(Object key)Methods in org.apache.velocity.context with parameters of type IntrospectionCacheData Modifier and Type Method Description voidChainedInternalContextAdapter. icachePut(Object key, IntrospectionCacheData o)voidInternalContextAdapterImpl. icachePut(Object key, IntrospectionCacheData o)
-