Hello Guys,
I've got an application using Transfer along with MG and CS that runs a fairly substantial cache on it, which is really very important to performance.
One thing I've been finding ever so frustrating is that if I make a small change to a service layer object, a bug fix for instance and have to reinit the application, transfer is also reinited and all the cached objects that have accumulated are lost.
I'm looking for a decent strategy to help maintain the cache in instances like this, so we don't have degraded performance for hours or days after a small fix to a single object.
Can anyone offer their experiences and approaches?
Thanks.
Robert