Package com.atlassian.velocity
Class JiraIntrospectorCache
java.lang.Object
com.atlassian.velocity.JiraIntrospectorCache
- All Implemented Interfaces:
org.apache.velocity.util.introspection.IntrospectorCache
public class JiraIntrospectorCache
extends Object
implements org.apache.velocity.util.introspection.IntrospectorCache
JIRA velocity introspector cache that uses Guava to store loaded classes.
- Since:
- v6.4
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JiraIntrospectorCache
public JiraIntrospectorCache(org.apache.velocity.runtime.log.Log log)
-
-
Method Details
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.velocity.util.introspection.IntrospectorCache
-
get
- Specified by:
get
in interfaceorg.apache.velocity.util.introspection.IntrospectorCache
-
put
- Specified by:
put
in interfaceorg.apache.velocity.util.introspection.IntrospectorCache
-