Uses of Class
org.apache.velocity.util.introspection.IntrospectionCacheData
Packages that use IntrospectionCacheData
-
Uses of IntrospectionCacheData in org.apache.velocity.context
Fields in org.apache.velocity.context with type parameters of type IntrospectionCacheDataModifier and TypeFieldDescriptionprivate Map
<Object, IntrospectionCacheData> InternalContextBase.introspectionCache
cache for node/context specific introspection informationMethods in org.apache.velocity.context that return IntrospectionCacheDataModifier and TypeMethodDescriptionreturns an IntrospectionCache Data (@see IntrospectionCacheData) object if exists for the keyreturns an IntrospectionCache Data (@see IntrospectionCacheData) object if exists for the keyMethods in org.apache.velocity.context with parameters of type IntrospectionCacheDataModifier and TypeMethodDescriptionvoid
ChainedInternalContextAdapter.icachePut
(Object key, IntrospectionCacheData o) void
InternalContextAdapterImpl.icachePut
(Object key, IntrospectionCacheData o) void
InternalContextBase.icachePut
(Object key, IntrospectionCacheData o) places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified keyvoid
InternalHousekeepingContext.icachePut
(Object key, IntrospectionCacheData o) places an IntrospectionCache Data (@see IntrospectionCacheData) element in the cache for specified key