We have problem in Asp.net cache.
Our application has 40 odd items in cache. we are using single ton class implementation for cache implementation. Some time the cache is behaving very odd. for eaxmple if we pass key A the cahce is retirning diffrent object which belongs key b.
Does anyone came across this problem?