Uses of Interface
org.jasig.portal.concurrency.IEntityCachingService

Packages that use IEntityCachingService
org.jasig.portal.concurrency   
org.jasig.portal.concurrency.caching   
org.jasig.portal.services   
 

Uses of IEntityCachingService in org.jasig.portal.concurrency
 

Methods in org.jasig.portal.concurrency that return IEntityCachingService
 IEntityCachingService IEntityCachingServiceFactory.newCachingService()
          Return an instance of IEntityCachingService.
 

Uses of IEntityCachingService in org.jasig.portal.concurrency.caching
 

Classes in org.jasig.portal.concurrency.caching that implement IEntityCachingService
 class ReferenceEntityCachingService
          Caching service reference implementation.
 

Fields in org.jasig.portal.concurrency.caching declared as IEntityCachingService
private static IEntityCachingService ReferenceEntityCachingService.singleton
           
 

Methods in org.jasig.portal.concurrency.caching that return IEntityCachingService
 IEntityCachingService ReferenceEntityCachingServiceFactory.newCachingService()
          Return an instance of the service implementation.
static IEntityCachingService ReferenceEntityCachingService.singleton()
           
 

Uses of IEntityCachingService in org.jasig.portal.services
 

Fields in org.jasig.portal.services declared as IEntityCachingService
private  IEntityCachingService EntityCachingService.cache