freemarker.ext.beans
Class BeansModelCache

java.lang.Object
  extended by freemarker.ext.util.ModelCache
      extended by freemarker.ext.beans.BeansModelCache

public class BeansModelCache
extends ModelCache


Method Summary
protected  TemplateModel create(java.lang.Object object)
           
protected  boolean isCacheable(java.lang.Object object)
           
 
Methods inherited from class freemarker.ext.util.ModelCache
clearCache, getInstance, setUseCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isCacheable

protected boolean isCacheable(java.lang.Object object)
Specified by:
isCacheable in class ModelCache

create

protected TemplateModel create(java.lang.Object object)
Specified by:
create in class ModelCache