Index

C E G R S 
All Classes and Interfaces|All Packages

C

cacheWithExpiration(TemplateLoader, long, TimeUnit) - Static method in class com.github.jknack.handlebars.guava.GuavaCachedTemplateLoader
Create a cached template loader that will expire entries if they are not used after some time.
clear() - Method in class com.github.jknack.handlebars.guava.GuavaTemplateCache
 
com.github.jknack.handlebars.guava - module com.github.jknack.handlebars.guava
handlebars guava-cache.
com.github.jknack.handlebars.guava - package com.github.jknack.handlebars.guava
 

E

evict(TemplateSource) - Method in class com.github.jknack.handlebars.guava.GuavaTemplateCache
 

G

get(TemplateSource, Parser) - Method in class com.github.jknack.handlebars.guava.GuavaTemplateCache
 
getCharset() - Method in class com.github.jknack.handlebars.guava.GuavaCachedTemplateLoader
 
getPrefix() - Method in class com.github.jknack.handlebars.guava.GuavaCachedTemplateLoader
getSuffix() - Method in class com.github.jknack.handlebars.guava.GuavaCachedTemplateLoader
GuavaCachedTemplateLoader - Class in com.github.jknack.handlebars.guava
Decorates an existing TemplateLoader with a GuavaCache.
GuavaCachedTemplateLoader(TemplateLoader, Cache<String, TemplateSource>) - Constructor for class com.github.jknack.handlebars.guava.GuavaCachedTemplateLoader
 
GuavaTemplateCache - Class in com.github.jknack.handlebars.guava
An implementation of TemplateCache built on top of Guava.
GuavaTemplateCache(Cache<TemplateSource, Template>) - Constructor for class com.github.jknack.handlebars.guava.GuavaTemplateCache
Creates a new GuavaTemplateCache.

R

resolve(String) - Method in class com.github.jknack.handlebars.guava.GuavaCachedTemplateLoader

S

setCharset(Charset) - Method in class com.github.jknack.handlebars.guava.GuavaCachedTemplateLoader
 
setPrefix(String) - Method in class com.github.jknack.handlebars.guava.GuavaCachedTemplateLoader
setReload(boolean) - Method in class com.github.jknack.handlebars.guava.GuavaTemplateCache
 
setSuffix(String) - Method in class com.github.jknack.handlebars.guava.GuavaCachedTemplateLoader
sourceAt(String) - Method in class com.github.jknack.handlebars.guava.GuavaCachedTemplateLoader
C E G R S 
All Classes and Interfaces|All Packages