DistributedCache:使用 Redis 或 AppFabric 的分布式缓存 (C#.NET) 的小示例。 笔记

时间:2024-06-19 18:57:44
【文件属性】:

文件名称:DistributedCache:使用 Redis 或 AppFabric 的分布式缓存 (C#.NET) 的小示例。 笔记

文件大小:19KB

文件格式:ZIP

更新时间:2024-06-19 18:57:44

C#

C#.NET分布式缓存客户端 使用AppFabric或Redis存储序列化对象的小测试 在此之后你可以运行 DistributedCacheCLI.exe 这会: 插入 1,000 个对象, 再读一遍, 两分钟后,对象将过期。 安装 要安装这个简单的 DistributedCache 客户端,请在包管理器控制台中运行以下命令 Install-Package DistributedCache.Shared Install-Package DistributedCache.AppFabric 用法 using DistributedCache ; var cacheHelper = new AppFabricCache < string>(); cacheHelper . Set ( " key " , " value " , new TimeSpan ( 0 , 0 , 2


【文件预览】:
DistributedCache-master
----AspNetCacheProvider()
--------Properties()
--------AspNetCacheProvider.csproj(2KB)
--------AspNetCache.cs(984B)
----DistributedCache.sln(3KB)
----packages()
--------repositories.config(200B)
----RedisCacheProvider()
--------RedisCacheProvider.csproj(3KB)
--------RedisCacheProvider.cs(833B)
--------packages.config(224B)
--------Properties()
--------RedisCache.cs(1KB)
----DistributedCacheCLI()
--------DistributedCacheCLI.csproj(3KB)
--------Program.cs(693B)
--------Properties()
--------App.config(600B)
----README.md(1KB)
----AppFabricCacheProvider()
--------AppFabricCache.cs(1KB)
--------packages.config(155B)
--------AppFabricCacheProvider.cs(2KB)
--------AppFabricCacheProvider.csproj(5KB)
--------Properties()
--------README.md(300B)
----DistributedCacheShared()
--------DistributedCacheShared.csproj(2KB)
--------Properties()
--------README.md(85B)
--------ICache.cs(267B)

网友评论