|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
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. |
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
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||