An open API service providing repository metadata for many open source software ecosystems.

Topic: "memorycache"

fanliang11/surging

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM

Language: C# - Size: 27.2 MB - Last synced at: 6 months ago - Pushed at: 10 months ago - Stars: 3,242 - Forks: 924

NewLifeX/NewLife.Redis

High 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亿调用量

Language: C# - Size: 5.69 MB - Last synced at: 10 days ago - Pushed at: 12 days ago - Stars: 857 - Forks: 184

mycsharp/HttpUserAgentParser

Parsing HTTP User Agents with .NET

Language: C# - Size: 141 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 62 - Forks: 8

App-vNext/Polly.Caching.MemoryCache

MemoryCache plugin for the Polly Cache policy

Language: C# - Size: 111 KB - Last synced at: 8 days ago - Pushed at: almost 5 years ago - Stars: 44 - Forks: 19

thomasgalliker/HttpClient.Caching

Caching extensions for .NET HttpClient

Language: C# - Size: 163 KB - Last synced at: 6 days ago - Pushed at: 11 days ago - Stars: 22 - Forks: 7

bezzad/InMemory

A MemoryCache which tries to prevent cache miss for hot entries, by refreshing before expiration.

Language: C# - Size: 498 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 3

hunterhug/gocache

💐Memory Cache Implement By Golang

Language: Go - Size: 71.3 KB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 12 - Forks: 2

a-patel/LiteXCache

LiteXCache is simple yet powerful and very high performance cache mechanism and incorporating both synchronous and asynchronous usage with some advanced usages of caching which can help us to handle caching more easier!

Size: 159 KB - Last synced at: 13 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 0

NisanurBulut/Medusa

Medusa is a website that publishes book reviews. It has two panels: Manager and presentation. Book review is published and categorized from the admin panel. In the presentation panel, you can filter and add comments on book reviews. Admin can edit categories and reviews, delete and add a new one.

Language: JavaScript - Size: 24.8 MB - Last synced at: 25 days ago - Pushed at: about 4 years ago - Stars: 9 - Forks: 1

maxchagin/go-memorycache-example

Language: Go - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 4

emismith90/Bedrock

A boilerplate for ASP.NET Core application

Language: C# - Size: 561 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 6 - Forks: 1

xiaojiaoyu100/roc

KV Memory Cache

Language: Go - Size: 18.6 KB - Last synced at: 10 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 2

jeppevammenkristensen/cachesourcegenerator

A source generator that can generate simple cache boilerplate around a method

Language: C# - Size: 159 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

kathleenwest/WebAPIBasicAuthenticationDemo

This project presents a Visual Studio solution including a simple demo ASP.Net Web API Basic Authentication Service Application and a “Tester” Client (Windows Form Application) that allows the user to test the Web API with CRUD operations (GET, POST, PUT, DELETE) that service design requires authentication (except the Get). In addition to demonstrating standard CRUD capabilities, the Web API service implements a .Net Memory Cache (MemoryCache) and custom username and password validator. Passwords are stored securely using Password-Based Key Derivation Function PBKD cryptology. The client “tester” windows form application is not intended as a UX/UI demo but used to test and verify that the backend authentication service allows the user to register with a username and password and verify the Web API CRUD functions based on basic authentication scheme. Lastly, the project is shown in the demo section with a video and screen captures. Note: Every Web API Authentication service should use secure transport. For brevity, this demo project does not implement or discuss the complicated detail nature of SSL/TLS.

Language: JavaScript - Size: 79.5 MB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

InfoTechBridge/AnyCache

.Net cache framework for connecting to any caches including in memory cache and Redis from dotnet, dotnet-core and Xamarin forms.

Language: C# - Size: 54.7 KB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

FieldAssist/fa_dotnet_core

Official FA .NET Core Utility Library

Language: C# - Size: 47.9 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 3

pascal-libaud/One.More.Lib.For.MediatR

One more library for MediatR. It allows you to configure the most commonly used PipelineBehaviors in a very simple way.

Language: C# - Size: 44.9 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

farhadzm/RedisPubSub

Language: C# - Size: 22.5 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

skolzkyi/cbrwsdltojson

Позволяет получать данные с веб-сервиса ЦБ РФ (http://www.cbr.ru/DailyInfoWebServ/DailyInfo.asmx) в виде удобного json. Может служить частью микросервисной архитектуры для централизованного получения ежедневных данных ЦБ РФ.

Language: Go - Size: 507 KB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

kathleenwest/WebAPIMemoryCacheDemo

This project presents a Visual Studio solution including a simple demo ASP.Net Web API Service Application and a “Tester” Client (Windows Form Application) that allows the user to test the Web API with CRUD operations (GET, POST, PUT, DELETE). In addition to demonstrating standard CRUD capabilities, the Web API service implements a .Net Memory Cache (MemoryCache). The client “tester” application also allows the user to verify that the memory cache is implemented correctly and expiring per the set policy. Discussion of the memory cache implementation may help the reader with tips to understand, correctly implement, and verify the cache is expiring. Lastly, the project is shown in the demo section with a video and screen captures.

Language: JavaScript - Size: 69.6 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

nuczzz/fcache

File cache with LRU algorithm, contains memory cache and disk cache.

Language: Go - Size: 73.2 KB - Last synced at: 10 months ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

pphdsny/cache

灵活的缓存实现,支持内存、网络、本地、资源、自定义,支持不同的缓存策略。

Language: Java - Size: 154 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

yasarsamet/AspnetCoreInMemoryCache

Redis, MemoryCache with .Net core

Language: C# - Size: 737 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

EmreMicrosoft/MemoryCache.NET

Fastest and Simplest Caching Solution

Language: C# - Size: 21.5 KB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

tommasobertoni/MKCache

Cache an item using more than one key.

Language: C# - Size: 55.7 KB - Last synced at: 17 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

furkanisitan/dotnet-framework-backend

Logging, caching, field level role-based authorization and etc. with layered architecture.

Language: C# - Size: 140 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

Koatty/koatty_cacheable

Cacheable for koatty.

Language: TypeScript - Size: 1.18 MB - Last synced at: 2 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

mrlonewolfer/MVVM-Hilt

This project is an Android application developed for an interview task. It fetches media coverages from a remote service and displays them in a paginated list. The app utilizes modern Android development practices and libraries such as Retrofit for network operations, Dagger Hilt for dependency injection, and Paging 3 for pagination.-By NimeshPatel

Language: Kotlin - Size: 123 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

HamedStack/HamedStack.Cache

Supercharge your C# caching capabilities with an expansive library that enriches IDistributedCache, MemoryCache, and ObjectCache, while introducing specialized caches like LruCache and ThreadSafeMemoryCache.

Language: C# - Size: 30.3 KB - Last synced at: 29 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Dank-del/typedcache

Typesafe cache for Node.js

Language: TypeScript - Size: 38.1 KB - Last synced at: 10 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

yuriwithowsky/DistributedCacheExtensions

A .NET library for easy serialization and deserialization of objects in distributed caches.

Language: C# - Size: 17.6 KB - Last synced at: 10 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Ascentis/Infrastructure

General low level infrastructure modules for .NET projects

Language: C# - Size: 527 KB - Last synced at: 21 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

vivekkuvadiya/Image-Lru-Disk-Memory-Cache-Android-Kotlin

Created LRU Cache using Memory and Disk Storage In Android Koltin. Use MVVM Architecture with Dagger Hilt Dependency Injection

Language: Kotlin - Size: 106 KB - Last synced at: 28 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

MustafaMustafayev/FibonacciGenerator

Fibonacci numbers generator based on input parameters such as start index, end index, useMemoryCahce, memory limit, time limit.

Language: C# - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

leoguilen/matchday-app

Language: C# - Size: 629 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

jtkDvlp/simple-php-cache

Very small and simple lib for caching

Language: PHP - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

InfoTechBridge/CacheToolkit

.Net cache framework for connecting to any caches including in memory cache and Redis from dotnet, dotnet-core and Xamarin forms.

Language: C# - Size: 62.5 KB - Last synced at: 22 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

almez/CachingManager

CachingManager is a library for .NET CORE 2.0. Has been built on top of [Microsoft.Extensions.Caching.Memory.MemoryCache]. Enables you to create multiple instances of MemoryCache in your application and keep them all under your control in centralized place which is CacheManager

Language: C# - Size: 76.2 KB - Last synced at: 14 days ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

jspeaker/ClientCertificatePerformance

Client Certificate Validation - Caching the Results Periodically

Language: C# - Size: 76.2 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1