TheCommunicator
asked on
Caching Object in C#
I was reading an article on Caching object in asp.net framework and I was looking on the class behavior. It has a HashMap like structure and looks like that I can actually instantiate a Hashmap and use it as collection.
What extra benefit does cache object bring over hashmap?
What extra benefit does cache object bring over hashmap?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
You can also look at Enterprise application Caching Block.
ASKER