caching explained
Posted by Gaurav Shah on
URL: https://discuss.orbeon.com/caching-explained-tp2969779.html
I am thinking to do some refactoring of caching to use EZCache/OSCache for caching purpose.
I am trying to understand the current implementation.
I see that there is a cache interface and that most of it makes sense. The part I am having trouble is some of the parameters for add/find methdods.
I need help in understanding how the PropertyContext , ValidityObject are used inside Cache object.
My understanding is PropertyContext is used for generating statistics. is this right?
and so far not able to figure out how validity object is used.
Gaurav Shah