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(java.lang.Object key)IntrospectionCacheDataInternalContextAdapterImpl. icacheGet(java.lang.Object key)IntrospectionCacheDataInternalContextBase. icacheGet(java.lang.Object key)returns an IntrospectionCache Data (@see IntrospectionCacheData) object if exists for the keyIntrospectionCacheDataInternalHousekeepingContext. 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 voidChainedInternalContextAdapter. icachePut(java.lang.Object key, IntrospectionCacheData o)voidInternalContextAdapterImpl. icachePut(java.lang.Object key, IntrospectionCacheData o)voidInternalContextBase. icachePut(java.lang.Object key, IntrospectionCacheData o)places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified keyvoidInternalHousekeepingContext. icachePut(java.lang.Object key, IntrospectionCacheData o)places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified key
-