|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheService | |
---|---|
org.peaseplate | |
org.peaseplate.internal.service |
Uses of CacheService in org.peaseplate |
---|
Methods in org.peaseplate that return CacheService | |
---|---|
CacheService |
TemplateEngine.getCacheService()
Returns the cache service used to cache templates and messages |
CacheService |
PeasePlateEngine.getCacheService()
The default service is the DefaultCacheService |
Methods in org.peaseplate with parameters of type CacheService | |
---|---|
void |
IPeasePlateEngine.setCacheService(CacheService cacheService)
Sets the cache service used to cache templates and messages |
void |
PeasePlateEngine.setCacheService(CacheService cacheService)
|
Uses of CacheService in org.peaseplate.internal.service |
---|
Classes in org.peaseplate.internal.service that implement CacheService | |
---|---|
class |
DefaultCacheService
The default implementation of the cache service |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |