{"id":22351791,"url":"https://github.com/laget-se/laget.caching","last_synced_at":"2026-05-01T01:31:48.219Z","repository":{"id":38317480,"uuid":"360063436","full_name":"laget-se/laget.Caching","owner":"laget-se","description":"A generic implementation for caching that supports application-, request- and session-caching...","archived":false,"fork":false,"pushed_at":"2024-10-22T06:49:13.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-03-05T18:21:23.585Z","etag":null,"topics":["application-cache","cache","nuget","request-cache","session-cache"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laget-se.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-04-21T06:58:57.000Z","updated_at":"2024-10-22T06:49:17.000Z","dependencies_parsed_at":"2023-02-01T02:01:11.918Z","dependency_job_id":"645e6850-098c-44b2-8e31-c87345db334c","html_url":"https://github.com/laget-se/laget.Caching","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/laget-se/laget.Caching","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laget-se%2Flaget.Caching","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laget-se%2Flaget.Caching/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laget-se%2Flaget.Caching/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laget-se%2Flaget.Caching/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laget-se","download_url":"https://codeload.github.com/laget-se/laget.Caching/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laget-se%2Flaget.Caching/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32482460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["application-cache","cache","nuget","request-cache","session-cache"],"created_at":"2024-12-04T12:15:28.484Z","updated_at":"2026-05-01T01:31:48.192Z","avatar_url":"https://github.com/laget-se.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# laget.Caching\nA generic implementation for caching that supports application-, request- and session-caching...\n\n![Nuget](https://img.shields.io/nuget/v/laget.Caching)\n![Nuget](https://img.shields.io/nuget/dt/laget.Caching)\n\n## Configuration\n\u003e This implementation requires `Autofac` since this is the Inversion of Control container of our choosing.\n### .NET Core\n```c#\nbuilder.RegisterCacheProviders();\n```\n\n### .NET Framework\n```c#\nvar builder = new ContainerBuilder();\nbuilder.RegisterCacheProviders();\nvar container = builder.Build();\n```\n\n## Usage\n#### ApplicationCache (`IApplicationCache`)\n\u003e `Store`: Memory (MemoryCache)\n\nStores application-specific data, e.g application configuration that only change between deployments/releases.\n\n#### RequestCache (`IRequestCache`)\n\u003e `Store`: Dictionary (ConcurrentDictionary)\n\nStores request-specific data, e.g. data used for a specific page that is fetched multiple times.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaget-se%2Flaget.caching","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaget-se%2Flaget.caching","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaget-se%2Flaget.caching/lists"}