Uses of Interface
fr.paris.lutece.portal.service.cache.CacheableService

Packages that use CacheableService
fr.paris.lutece.portal.service.cache   
fr.paris.lutece.portal.service.content   
fr.paris.lutece.portal.service.datastore   
fr.paris.lutece.portal.service.html   
fr.paris.lutece.portal.service.mail   
fr.paris.lutece.portal.service.page   
fr.paris.lutece.portal.service.portal   
fr.paris.lutece.portal.service.prefs   
fr.paris.lutece.portal.service.resource   
fr.paris.lutece.portal.service.security   
fr.paris.lutece.portal.web.xpages   
 

Uses of CacheableService in fr.paris.lutece.portal.service.cache
 

Classes in fr.paris.lutece.portal.service.cache that implement CacheableService
 class AbstractCacheableService
          Base implementation for a cacheable service
 class HeadersPageCachingFilter
          Headers Page Caching Filter based on EHCACHE WEB
 

Methods in fr.paris.lutece.portal.service.cache that return types with arguments of type CacheableService
static List<CacheableService> CacheService.getCacheableServicesList()
          Returns all registered Cacheable services
 

Methods in fr.paris.lutece.portal.service.cache with parameters of type CacheableService
static void CacheService.registerCacheableService(CacheableService cs)
          Registers a new CacheableService
static void CacheService.registerCacheableService(String strName, CacheableService cs)
          Deprecated. use registerCacheableService( CacheableService cs )
static void CacheService.updateCacheStatus(CacheableService cs)
          Update cache status
 

Uses of CacheableService in fr.paris.lutece.portal.service.content
 

Classes in fr.paris.lutece.portal.service.content that implement CacheableService
 class ContentService
          Interface for pages provider services.
 class XPageAppService
          This class delivers Extra pages (xpages) to web components.
 

Uses of CacheableService in fr.paris.lutece.portal.service.datastore
 

Classes in fr.paris.lutece.portal.service.datastore that implement CacheableService
 class DatastoreCacheService
          Datastore Cache Service
 

Uses of CacheableService in fr.paris.lutece.portal.service.html
 

Classes in fr.paris.lutece.portal.service.html that implement CacheableService
 class XmlTransformerCacheService
          XmlTransformerCacheService
 

Uses of CacheableService in fr.paris.lutece.portal.service.mail
 

Classes in fr.paris.lutece.portal.service.mail that implement CacheableService
 class MailAttachmentCacheService
          MailAttachment CacheService
 

Uses of CacheableService in fr.paris.lutece.portal.service.page
 

Classes in fr.paris.lutece.portal.service.page that implement CacheableService
 class PageCacheService
          Page Cache Service
 class PageContentService
           
 class PortletCacheService
          Portlet cache service
 

Uses of CacheableService in fr.paris.lutece.portal.service.portal
 

Classes in fr.paris.lutece.portal.service.portal that implement CacheableService
 class PortalMenuService
          This Service build the portal menu
 class StandaloneAppService
          This class delivers Extra pages (xpages) to web components.
 

Methods in fr.paris.lutece.portal.service.portal that return types with arguments of type CacheableService
static Collection<CacheableService> PortalService.getCacheableServicesList()
          Deprecated. Use CacheService.getCacheableServicesList() instead
 

Methods in fr.paris.lutece.portal.service.portal with parameters of type CacheableService
static void PortalService.registerCacheableService(String strName, CacheableService cs)
          Deprecated. Use CacheService.registerCacheableService( String strName, CacheableService cs ) instead
 

Uses of CacheableService in fr.paris.lutece.portal.service.prefs
 

Classes in fr.paris.lutece.portal.service.prefs that implement CacheableService
 class BaseUserPreferencesCacheService
          Cache service for BaseUserPreferencesServiceImpl
 

Uses of CacheableService in fr.paris.lutece.portal.service.resource
 

Classes in fr.paris.lutece.portal.service.resource that implement CacheableService
 class ResourceService
          This abstract Class provides a standard way for application to deliver resources using multiple loaders and an optional cache.
 

Uses of CacheableService in fr.paris.lutece.portal.service.security
 

Classes in fr.paris.lutece.portal.service.security that implement CacheableService
 class LuteceUserCacheService
          Cache service for LuteceUserService
 

Uses of CacheableService in fr.paris.lutece.portal.web.xpages
 

Classes in fr.paris.lutece.portal.web.xpages that implement CacheableService
 class SiteMapCacheService
          SiteMapCacheService
 



Copyright © 2014 Mairie de Paris. All Rights Reserved.