Expresso 5-6

Uses of Package
com.jcorporate.expresso.core.cache

Packages that use com.jcorporate.expresso.core.cache
com.jcorporate.expresso.core.cache Package containing all of the objects for Expresso's Cache Manager, a general-purpose system for in-memory caching.  
com.jcorporate.expresso.core.controller This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.  
com.jcorporate.expresso.core.dataobjects The DataObjects package contains a set of interfaces and base classes that give the ability to provide a unified object approach to various data sources.  
com.jcorporate.expresso.core.dataobjects.jdbc This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.  
com.jcorporate.expresso.core.dbobj Ancestor objects for all Database Objects and Schemas.  
com.jcorporate.expresso.core.misc Miscellaneous objects for file manipulation, running OS processes, etc 
com.jcorporate.expresso.ext.dbobj Contains database object definitions for download files functionality and self-Registered User functionality. 
com.jcorporate.expresso.ext.dbobj.regobj Example database objects for use in the built in registration system 
com.jcorporate.expresso.ext.xml.dbobj Contains database objects for configuring XSL transformations of XML output from Controller objects. 
com.jcorporate.expresso.services.dbobj Common database objects - used in many different applications 
 

Classes in com.jcorporate.expresso.core.cache used by com.jcorporate.expresso.core.cache
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.

CacheEntry
          Wrapper for any Cacheable object to be stored in a cache.
CacheException
          Exception thrown when there is a problem with logging a message
CacheManager
          CacheManager.java Copyright 1999-2002 Jcorporate Ltd.
CacheSyncMessage
          Data Bean for sending CacheSync messages across the wire.
CacheSystem
          This is an interface for an underlying cache system.
 

Classes in com.jcorporate.expresso.core.cache used by com.jcorporate.expresso.core.controller
Cacheable
          

Cacheable.java

Copyright 2000-2002 Jcorporate Ltd.

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

Classes in com.jcorporate.expresso.core.cache used by com.jcorporate.expresso.core.dataobjects
Cacheable
          

Cacheable.java

Copyright 2000-2002 Jcorporate Ltd.

 

Classes in com.jcorporate.expresso.core.cache used by com.jcorporate.expresso.core.dataobjects.jdbc
Cacheable
          

Cacheable.java

Copyright 2000-2002 Jcorporate Ltd.

 

Classes in com.jcorporate.expresso.core.cache used by com.jcorporate.expresso.core.dbobj
Cacheable
          

Cacheable.java

Copyright 2000-2002 Jcorporate Ltd.

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

Classes in com.jcorporate.expresso.core.cache used by com.jcorporate.expresso.core.misc
Cacheable
          

Cacheable.java

Copyright 2000-2002 Jcorporate Ltd.

 

Classes in com.jcorporate.expresso.core.cache used by com.jcorporate.expresso.ext.dbobj
Cacheable
          

Cacheable.java

Copyright 2000-2002 Jcorporate Ltd.

 

Classes in com.jcorporate.expresso.core.cache used by com.jcorporate.expresso.ext.dbobj.regobj
Cacheable
          

Cacheable.java

Copyright 2000-2002 Jcorporate Ltd.

 

Classes in com.jcorporate.expresso.core.cache used by com.jcorporate.expresso.ext.xml.dbobj
Cacheable
          

Cacheable.java

Copyright 2000-2002 Jcorporate Ltd.

 

Classes in com.jcorporate.expresso.core.cache used by com.jcorporate.expresso.services.dbobj
Cacheable
          

Cacheable.java

Copyright 2000-2002 Jcorporate Ltd.

 


Expresso 5-6

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