Dynacache doesn't cache data
问题 I am using Dynacache to cache data that will be eventually returned from a service call - to get things working I am just stubbing the data returned. I am using SimpleInjector for DI and got Dynacache registered with it as pointed out in the answer I got to a previous question So I have an integration project within my solution which contains the method I want to cache - which currently looks as below: [CacheableMethod(30)] public virtual List<MyResponse> GetDataByAccountNumber(int