Package org.ajax4jsf.cache

Cache APIs

See:
          Description

Interface Summary
Cache A cache, being a mechanism for efficient temporary storage of objects for the purpose of improving the overall performance of an application system, should not be necessary for the application to function correctly, it only improves the performance.
CacheConfigurationLoader  
CacheEntry CacheEntry
CacheFactory CacheFactory is a service provider specific interface.
CacheListener Interface describing various events that can happen as elements are added to or removed from a cache
CacheLoader User should implement this CacheLoader interface to provide a loader object to load the objects into cache.
 

Exception Summary
CacheException CacheException is a generic exception, which indicates a cache error has occurred.
 

Package org.ajax4jsf.cache Description

Cache APIs



Copyright © 2010. All Rights Reserved.