Link to home
Create AccountLog in
Avatar of TheCommunicator
TheCommunicatorFlag for United States of America

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?
ASKER CERTIFIED SOLUTION
Avatar of kevp75
kevp75
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of TheCommunicator

ASKER

Thank you so much.......
Avatar of Aaron Jabamani
You can also look at Enterprise application Caching Block.