uPortal 2.4.1
API Documentation

org.jasig.portal.concurrency
Interface IEntityCachingServiceFactory

All Known Implementing Classes:
ReferenceEntityCachingServiceFactory

public interface IEntityCachingServiceFactory

Factory interface for creating an IEntityCachingService.

Version:
$Revision: 1.1 $
Author:
Dan Ellentuck

Method Summary
 IEntityCachingService newCachingService()
          Return an instance of IEntityCachingService.
 

Method Detail

newCachingService

public IEntityCachingService newCachingService()
                                        throws CachingException
Return an instance of IEntityCachingService.

Returns:
org.jasig.portal.concurrency.IEntityCachingService
Throws:
CachingException

uPortal 2.4.1
API Documentation