{"id":21008173,"url":"https://github.com/ediwang/edi.cacheaside.inmemory","last_synced_at":"2025-05-15T02:31:57.386Z","repository":{"id":175161757,"uuid":"653420138","full_name":"EdiWang/Edi.CacheAside.InMemory","owner":"EdiWang","description":"In memory cache helpers for ASP.NET Core for implement cache aside pattern in small and non-distributed apps","archived":false,"fork":false,"pushed_at":"2025-01-26T05:28:30.000Z","size":28,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T02:51:13.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EdiWang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-14T02:51:16.000Z","updated_at":"2025-03-18T02:40:20.000Z","dependencies_parsed_at":"2024-05-19T01:25:07.503Z","dependency_job_id":"b3068f8b-e923-402d-a05a-c8ad431d40d5","html_url":"https://github.com/EdiWang/Edi.CacheAside.InMemory","commit_stats":null,"previous_names":["ediwang/edi.cacheaside.inmemory"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdiWang%2FEdi.CacheAside.InMemory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdiWang%2FEdi.CacheAside.InMemory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdiWang%2FEdi.CacheAside.InMemory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdiWang%2FEdi.CacheAside.InMemory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdiWang","download_url":"https://codeload.github.com/EdiWang/Edi.CacheAside.InMemory/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254262340,"owners_count":22041393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T09:11:44.653Z","updated_at":"2025-05-15T02:31:57.382Z","avatar_url":"https://github.com/EdiWang.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Edi.CacheAside.InMemory\n\n[![.NET Build and Pack](https://github.com/EdiWang/Edi.CacheAside.InMemory/actions/workflows/dotnet.yml/badge.svg)](https://github.com/EdiWang/Edi.CacheAside.InMemory/actions/workflows/dotnet.yml)\n\nIn memory cache helpers for ASP.NET Core for implement cache aside pattern in small and non-distributed apps\n\n\u003e If you are looking for cloud native app design pattern, this is not for you. Please use a distributed cache product like Redis to implement Cache Aside pattern on your cloud app.\n\n## Install from NuGet\n\n```powershell\ndotnet add package Edi.CacheAside.InMemory\n```\n\n```powershell\nNuGet\\Install-Package Edi.CacheAside.InMemory\n```\n\n```xml\n\u003cPackageReference Include=\"Edi.CacheAside.InMemory\" Version=\"1.0.0\" /\u003e\n```\n\n## Usage\n\n### ASP.NET Core\n\n```csharp\nservices.AddInMemoryCacheAside();\n```\n\nTODO\n\n```csharp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fediwang%2Fedi.cacheaside.inmemory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fediwang%2Fedi.cacheaside.inmemory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fediwang%2Fedi.cacheaside.inmemory/lists"}