uPortal 2.4.1
API Documentation

Package org.jasig.portal.concurrency.caching

Class Summary
CachedEntityInvalidation An instance of this class represents an event: a change to an IBasicEntity that renders any cached instances of the entity invalid.
LRUCache A rewrite of SmartCache that uses a moderate LRU algorithm: entries are purged from the cache via periodic sweeps rather than in response to specific cache additions.
RDBMCachedEntityInvalidationStore RDBMS-based store for CachedEntityInvalidations.
ReferenceEntityCache Reference implementation of IEntityCache.
ReferenceEntityCachingService Caching service reference implementation.
ReferenceEntityCachingServiceFactory Creates an instance of IEntityCachingService.
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.
 


uPortal 2.4.1
API Documentation