org.apache.velocity.util.introspection
public final class IntrospectorCacheImpl extends java.lang.Object implements IntrospectorCache
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CACHEDUMP_MSG
define a public string so that it can be looked for if interested
|
Constructor and Description |
---|
IntrospectorCacheImpl(Log log)
C'tor
|
public static final java.lang.String CACHEDUMP_MSG
public IntrospectorCacheImpl(Log log)
public void clear()
clear
in interface IntrospectorCache
public ClassMap get(java.lang.Class c)
get
in interface IntrospectorCache
c
- The class to look up.public ClassMap put(java.lang.Class c)
put
in interface IntrospectorCache
c
- The class for which the class map gets generated.Copyright © 2000-2014. All Rights Reserved.