[Asp.net 5] Caching-Cache notice, asp. netcaching-
This section describes the buffer of Asp.net 5. You can download the solution at https://github.com/aspnet/caching.
It is also Part 1 of Asp.net 5 open source code introduction. The first five links are as follows:
1. DependencyInjection (dependency injection) project code analysis
2. Configuration new-generation Configuration file
3. Localization and Internationalization
4. Logging Log System
5. Configuration after the Options configuration file
Solution architecture:
This solution consists of three projects:
- Microsoft. Framework. Caching. Abstractions defines the interfaces and abstract classes of memory cache and distributed cache.
- Microsoft. Framework. Caching. Memory implements the Memory cache and the distributed cache encapsulated by the Memory cache.
- Microsoft. Framework. Caching. Redis distributed cache implemented by Redis (with defects)
Microsoft. Framework. Caching. Abstractions
The class relationship diagram of the project is as follows: