mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
80a4c43ded09b68161939de3997e57cef70e2462

Update cache manager to rely on a thread static variable to keep track of nested calls to ICacheManager.Get(). This fixes this particular bug of IExtensionManager caching the list of available features: instead of storing the result of the computation in a field (which is incorrect), use the cache manager. Work Items: 16867 --HG-- branch : dev
Description
About
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
orchardproject.net
Languages
C#
43.9%
JavaScript
43.7%
HTML
5.5%
CSS
2.4%
Less
1.5%
Other
2.9%