I use appfabric cache for my application. My application reads the value from database at first time and than put object(datatable) in cache.
I used memory cache before the appfabric cache. When I test the performance for Appfabric vs MemoryCache the results are unexpected for appfabric.
Memory cache took 44 seconds to read 10,000 records from cache Appfabric cache took 15 minutes to read 10,000 records.
I created cluster on machine which having coreI5 processor, 6 GB ram.
Why it taking more time?
Note - My local cache is disable. Cachefactory is created once only. It not created every calls.