org.jasig.portal.concurrency
Interface IEntityCachingServiceFactory

All Known Implementing Classes:
ReferenceEntityCachingServiceFactory

public interface IEntityCachingServiceFactory

Factory interface for creating an IEntityCachingService.

Version:
$Revision: 1.2 $
Author:
Dan Ellentuck

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

Method Detail

newCachingService

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

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