42 skills found · Page 1 of 2
microsurging / SurgingSurging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming.
NewLifeX / NewLife.RedisHigh performance redis client, support NETCore/. NET4. 0/. NET4. 5. It is specially optimized for big data and message queue. The average daily consumption of online single application is 10 billion. 高性能Redis客户端,支持.NETCore/.NET4.0/.NET4.5,为大数据与消息队列而特别优化,线上单应用日均100亿调用量
exilon / QuickLibQuick development library (AutoMapper, LinQ, IOC Dependency Injection, MemoryCache, Scheduled tasks, Json and Yml Config and Options pattern, Serializers, etc) with crossplatform support for Delphi/Firemonkey (Windows,Linux,OSX/IOS/Android) and freepascal (Windows/Linux).
Mozilla-Ocho / Memory CacheMemoryCache is an experimental development project to turn a local desktop environment into an on-device AI agent
maquannene / TrackTrack is a thread safe cache write by Swift. Composed of DiskCache and MemoryCache which support LRU.
jitbit / FastCache7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.
odnoklassniki / Shared Memory CacheOdnoklassniki Unsafe-based MemoryCache
yysskk / MemoryCacheLRU, type-safe, thread-safe memory cache class in Swift
mycsharp / HttpUserAgentParserParsing HTTP User Agents with .NET
lxzan / Memorycacheminimalist in-memory kv storage, powered by hashmap and minimal quad heap.
sixeyed / CachingA C# framework library for wrapping .NET cache access, including the MemoryCache, AppFabric Cache, Memcached and a disk cache. Use any cache provider in AOP-style, or as an ASP.NET output cache.
App-vNext / Polly.Caching.MemoryCacheMemoryCache plugin for the Polly Cache policy
benbhall / FileSystemWatcherMemoryCacheExample of using MemoryCache to solve the problem with FileSystemWatcher events firing twice.
thomasgalliker / HttpClient.CachingCaching extensions for .NET HttpClient
haneytron / SharpmemorycacheOperates identically to a regular MemoryCache, except that it properly initiates trims at the configured polling interval based on your memory settings.
thiagoloureiro / EasyMemoryCacheMemoryCache Framework for .NET Core
uhaciogullari / MemoryCacheTA thread-safe dictionary with eviction options
bezzad / InMemoryA MemoryCache which tries to prevent cache miss for hot entries, by refreshing before expiration.
hunterhug / Gocache💐Memory Cache Implement By Golang
fdstar / CheckCodeHelper适用于发送验证码及校验验证码的场景(比如找回密码功能),目前提供了基于Redis、MemoryCache的存储实现,以及基于短信Sms(暂时实现亿美短信和阿里短信)、邮件的验证码发送实现,类库基于接口实现,可按自己实际需求扩展