Caching Architecture Guide for .NET Framework Applications
in the following link you find a new Caching Guide from MS,
at the bottom , you could see me too ;)
my first one....
Comments
- Anonymous
August 13, 2003
i have been exploring the caching application block. I am facing problems with the encryption and the validation part. If i encrypt using mmf and SQl storage, i get serialization error. I was trying to cache a word object( com -interop)
Do you have any sample implementations for the block other than the provided by MS.
Thanks and regards
Paritosh - Anonymous
August 18, 2003
Hi Yosi,
Thanks for the earlier info. I needed some more info on the block. I hope you can help me on these:
1. Is the caching block only for serializable objects only? I f i try to cache Connection Object, it give serializable error.
2. Also the encryption flag give serializable error when turned on(for serializable objects).
Are there are any specific guidlines in storage of different objects in the cache?
Waiting for your response.
Thanks and Regards
Paritosh