Uses of Interface
org.peaseplate.service.CacheService

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
 



Copyright © 2008. All Rights Reserved.