Expresso 5-6

Package com.jcorporate.expresso.core.cache

Package containing all of the objects for Expresso's Cache Manager, a general-purpose system for in-memory caching.

See:
          Description

Interface Summary
Cache A cache is a list of Cacheable objects that can be stored in memory, cleared, added to and removed from.
Cacheable

Cacheable.java

Copyright 2000-2002 Jcorporate Ltd.

CacheSyncInterface This represents the cache syncing interface for sending out notifications to other servers to remove an object from their cache.
CacheSystem This is an interface for an underlying cache system.
 

Class Summary
CacheCleaner This thread is initialized by CacheManager and slowly iterates through the Caches clearing out expired items.
CachedObject  
CacheEntry Wrapper for any Cacheable object to be stored in a cache.
CacheManager CacheManager.java Copyright 1999-2002 Jcorporate Ltd.
CacheSyncMessage Data Bean for sending CacheSync messages across the wire.
DefaultCacheManager [Currently a placeholder.
OrderedCache Insert the type's description here.
UnOrderedCache Unordered cache is a hash map backed class.
 

Exception Summary
CacheException Exception thrown when there is a problem with logging a message
 

Package com.jcorporate.expresso.core.cache Description

Package containing all of the objects for Expresso's Cache Manager, a general-purpose system for in-memory caching.

The caching system has many features such as built in Memory limitation, named caches, ordered and undered caches , and many other features. It is designed to be highly efficient for quick retrieval of Objects without requiring a network round trip to a database.

 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.