aspnetcore/test/WebSites/BasicWebSite
Yishai Galatzer 6d78f8adb3 Cache action descriptor providers and provide a race safe data structure to get the version.
The default implementation has a safe race, and does not allow for action description addition at runtime.

It can be replaced with an implementation that can reload.

Consumers of the new service that do extra caching are now responsible to look at the version and change the implementation.
2014-06-06 15:19:30 -07:00
..
Controllers Cache action descriptor providers and provide a race safe data structure to get the version. 2014-06-06 15:19:30 -07:00
Views
ActionDescriptorCreationCounter.cs Cache action descriptor providers and provide a race safe data structure to get the version. 2014-06-06 15:19:30 -07:00
BasicWebSite.kproj Cache action descriptor providers and provide a race safe data structure to get the version. 2014-06-06 15:19:30 -07:00
Startup.cs Cache action descriptor providers and provide a race safe data structure to get the version. 2014-06-06 15:19:30 -07:00
project.json