https://github.com/amirdoosti6060/inmemorycache
A sample MVC code that shows how In-Memory cache works.
https://github.com/amirdoosti6060/inmemorycache
caching csharp dotnet in-memory
Last synced: about 2 months ago
JSON representation
A sample MVC code that shows how In-Memory cache works.
- Host: GitHub
- URL: https://github.com/amirdoosti6060/inmemorycache
- Owner: amirdoosti6060
- Created: 2024-01-04T17:22:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T07:32:58.000Z (over 2 years ago)
- Last Synced: 2025-01-23T18:47:18.722Z (over 1 year ago)
- Topics: caching, csharp, dotnet, in-memory
- Language: HTML
- Homepage: https://www.linkedin.com/pulse/caching-net-amir-doosti-wlwef
- Size: 844 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InMemoryCache
## Introduction
This project provide a sample that shows how to use a **In-Memory cache** in .Net 6.
I also wrote an article in the following address that completely explains **Caching in .Net**:
https://www.linkedin.com/pulse/caching-net-amir-doosti-wlwef
## Structure of soution
The solution contains a MVC project which is written in Visual Studio. It shows an string on browser and a the time that this string created. Refereshing the page get the same string and time during next 30 seconds and after that if you refresh the screen, you'll get new time.
## Technology stack
- OS: Windows 10 Enterprise - 64 bits
- IDE: Visual Studio Enterprise 2022 (64 bits) - version 17.8.3
- Framework: .Net 6
- Language: C#
## How to run
Open the solution in Visual Studio and run it using F5. You will see the output in your browser.