Hi,
I want to use ehcache function of webmethod IS(9.0).There are in built flow services provided by softwareAG.
pub.cache.get,pub.cahce.put etc.
I have 2 question related to this:-
- I used put operation and stored a document into cache.when i use get operation, I am getting the stored document correctly but after getting it when i modify any value then it automatically replaces the modified value in cache.Even though i mapped this to another document and previous reference I dropped out.
2.If i enable the option overflow to disk, then how to serialize the Document object before putting into cache?
Please help me…I am new to ehcache.