0
winson created
I am using the default ICacheManager, so should be use MemoryCache, but how can I set the expire time for it? and what's the default expire time?
thanks!
2 Answer(s)
-
0
Did you read the documentation?
[http://aspnetboilerplate.com/Pages/Documents/Caching#configuration])Default expire times can you see here:
[https://github.com/aspnetboilerplate/aspnetboilerplate/blob/master/src/Abp/AbpKernelModule.cs#L119]) -
0
Oh, sorry, I didn't read that careful :(
thank you!!