Skip navigation links
C E G R S 

C

cacheWithExpiration(TemplateLoader, long, TimeUnit) - Static method in class com.github.jknack.handlebars.io.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.cache.GuavaTemplateCache
 
com.github.jknack.handlebars.cache - package com.github.jknack.handlebars.cache
 
com.github.jknack.handlebars.io - package com.github.jknack.handlebars.io
 

E

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

G

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

R

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

S

setCharset(Charset) - Method in class com.github.jknack.handlebars.io.GuavaCachedTemplateLoader
 
setPrefix(String) - Method in class com.github.jknack.handlebars.io.GuavaCachedTemplateLoader
setReload(boolean) - Method in class com.github.jknack.handlebars.cache.GuavaTemplateCache
 
setSuffix(String) - Method in class com.github.jknack.handlebars.io.GuavaCachedTemplateLoader
sourceAt(String) - Method in class com.github.jknack.handlebars.io.GuavaCachedTemplateLoader
C E G R S 
Skip navigation links

Copyright © 2022. All rights reserved.