{"id":22216771,"url":"https://github.com/r-manimaran/dotnet-hybridcache","last_synced_at":"2026-04-18T15:39:22.234Z","repository":{"id":263073422,"uuid":"888810046","full_name":"r-manimaran/dotnet-HybridCache","owner":"r-manimaran","description":"Different Cache Options (MemCache, Distributed Cache, new Hybrid Cache) in dotnet","archived":false,"fork":false,"pushed_at":"2025-11-17T01:26:05.000Z","size":928,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-17T02:29:17.235Z","etag":null,"topics":["cache","distributed-cache","dotnet-core","hybrid-cache","memcache"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r-manimaran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-15T03:35:45.000Z","updated_at":"2025-11-17T01:26:08.000Z","dependencies_parsed_at":"2024-11-16T01:20:37.995Z","dependency_job_id":"63830b6a-1e0c-48a7-bd5b-f9d3c6004b14","html_url":"https://github.com/r-manimaran/dotnet-HybridCache","commit_stats":null,"previous_names":["r-manimaran/dotnet-hybridcache"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/r-manimaran/dotnet-HybridCache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-manimaran%2Fdotnet-HybridCache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-manimaran%2Fdotnet-HybridCache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-manimaran%2Fdotnet-HybridCache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-manimaran%2Fdotnet-HybridCache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-manimaran","download_url":"https://codeload.github.com/r-manimaran/dotnet-HybridCache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-manimaran%2Fdotnet-HybridCache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31974951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cache","distributed-cache","dotnet-core","hybrid-cache","memcache"],"created_at":"2024-12-02T22:13:24.910Z","updated_at":"2026-04-18T15:39:22.180Z","avatar_url":"https://github.com/r-manimaran.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotnet-HybridCache\nDifferent Cache Options (MemCache, Distributed Cache, new Hybrid Cache) in dotnet\n\nAsp.net Core has traditionally offered two caching options.\n1. In-Memory caching\n2. Distributed caching\n\n- In-Memory Cache with (IMemoryCache) is Fast, but limited to a single-server.\n- Distributed caching  with (IDistributedCache) works across multiple servers.\n\n.Net 9 introduces HybridCache, that combines the best of both approaches. It prevents the common caching problems like cache stampede.\n\n**Hybrid-Cache**\n \n**Important Feaures**\n   - Two-level Caching (L1/L2)\n     - L1: Fast In-Memory cache\n     - L2: Distributed Cache (Redis)\n   - Protection against cache stampede\n   - Tag based cache invalidation\n   - Configurable Serialization\n   - Metrics and monitoring\n  \n\nL1 cache runs in application's memory.\n\nL2 cache can be Redis,SQL Server etc.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-manimaran%2Fdotnet-hybridcache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-manimaran%2Fdotnet-hybridcache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-manimaran%2Fdotnet-hybridcache/lists"}