Uses of Interface
com.github.jknack.handlebars.TemplateCache

Packages that use TemplateCache
com.github.jknack.handlebars   
com.github.jknack.handlebars.cache   
 

Uses of TemplateCache in com.github.jknack.handlebars
 

Constructors in com.github.jknack.handlebars with parameters of type TemplateCache
Handlebars(TemplateLoader loader, TemplateCache cache)
          Creates a new Handlebars.
 

Uses of TemplateCache in com.github.jknack.handlebars.cache
 

Classes in com.github.jknack.handlebars.cache that implement TemplateCache
 class ConcurrentMapCache
          A TemplateCache based on a ConcurrentMap.
 



Copyright © 2012. All Rights Reserved.