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

Packages that use IEntityCache
org.jasig.portal.concurrency.caching   
 

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

Classes in org.jasig.portal.concurrency.caching that implement IEntityCache
 class ReferenceEntityCache
          Reference implementation of IEntityCache.
 class ReferenceInvalidatingEntityCache
          Reference implementation of IEntityCache that is meant for a multi-server environment in which updates to cached entities may occur on peer caches on other JVMs, invalidating the local copy of the entity.
 

Methods in org.jasig.portal.concurrency.caching that return IEntityCache
(package private)  IEntityCache ReferenceEntityCachingService.createCache(java.lang.Class type)
          Create a cache for a specific entity type.
 IEntityCache ReferenceEntityCachingService.getCache(java.lang.Class type)
          Returns the IEntityCache for type.
 IEntityCache ReferenceEntityCachingService.newCache(java.lang.Class type, int maxSize, int maxIdleTime, int sweepInterval)
          Factory method returns a new instance of IEntityCache for type.