What caching algorithm does ASP.Net use?

andi4llugiqi

New Member
I'm writing a wrapper around ASP.Net's cache and I'm curious as to what caching algorithm they use. For instance, assuming everything in the cache has the same expiration date and priority, how does it clear out items? Wikipedia lists 11 different caching algorithms. Does ASP.Net use one of them?
 
Back
Top