Home » Ajax4jsp-1.0.6 » org » ajax4jsf » cache »

org.ajax4jsf.cache

Interfaces:

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. 

code | html
CacheConfigurationLoader     code | html
CacheEntry   CacheEntry  code | html
CacheFactory   CacheFactory is a service provider specific interface.  code | html
CacheListener   Interface describing various events that can happen as elements are added to or removed from a cache  code | html
CacheLoader   User should implement this CacheLoader interface to provide a loader object to load the objects into cache.  code | html

Classes:

CacheException   CacheException is a generic exception, which indicates a cache error has occurred.  code | html
CacheManager   CacheManager is used in J2SE environments for looking up named caches.  code | html
LRUMapCache     code | html
LRUMapCacheFactory     code | html
LRUMapFuture     code | html
OSCacheCache     code | html
OSCacheCacheFactory     code | html
ServletContextInitMap     code | html
ServletContextInitMapEntry     code | html