Memory Cache and Threads

185 Views Asked by At

Does MemoryCache create thread for each instance of the memory cache or there is a single thread across all memory cache instances? I have a few documentations that say that the granularity of the cache is 20 seconds and every 20 seconds a thread goes over the list of items and expires items that are expired. However, I have been not able to find documentation that lists how many threads are created.

0

There are 0 best solutions below