Package org.objectweb.cjdbc.controller.cache.result.rules

Rules to apply to the parsed request for the cache.

See:
          Description

Class Summary
EagerCaching EagerCaching means that all entries in the cache are always coherent and any update query (insert,delete,update,...) will automatically invalidate the corresponding entry in the cache.
NoCaching No process should be done while refering to this action
RelaxedCaching RelaxedCaching means we set a timeout value for this entry, and when expired we keep in the cache if no write has modified the corresponding result, we wait for the same amount of time again.
 

Package org.objectweb.cjdbc.controller.cache.result.rules Description

Rules to apply to the parsed request for the cache. NoCaching blocks request from beeing cached, EagerCaching force the cache to be coherent with the database RelaxedCaching allow a time delay between the cache and the actual value from the database



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.