I'm writing an NT service to provide security information enterprise wide. I would like to have all of this information cached
memory if a previous request loaded it into memory. Then using a common interface I would be able to invalidate and unload old
information as it is updated (Removing the item from the collection?)
My big question is what collection class will give me the greatest flexibility and greatest performance?
I hope this is clear... I really don't know how to describe what I'm trying to say.
memory if a previous request loaded it into memory. Then using a common interface I would be able to invalidate and unload old
information as it is updated (Removing the item from the collection?)
My big question is what collection class will give me the greatest flexibility and greatest performance?
I hope this is clear... I really don't know how to describe what I'm trying to say.
Comment