inmemory-cache
There are 85 repositories under inmemory-cache topic.
VictoriaMetrics/fastcache
Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead
infinispan/infinispan
Infinispan is an open source data grid platform and highly scalable NoSQL cloud data store.
vertexclique/lever
Pillars for Transactional Systems and Data Grids
Tert0/fastapi-framework
A FastAPI Framework for things like Database, Redis, Logging, JWT Authentication, Rate Limits and Sessions
YALCINCAN/NET6_Clean-OnionArchitectureAPI
NET6,CQRS,Caching,Logging,Repository Pattern,UnitOfWork,JWT,Refresh Token,Email Confirmation,Forgot Password
TwiN/gocache
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
0ss/mmry
Simple, Typed and Powerful memory cache in Typescript ✨
bxcodec/gotcha
gotcha: inmemory-cache in Go (Golang) with customizable algorithm
viktor1vasilevski/clean-architecture-webapi
ASP.NET Core Web API Project implemented with Clean Architecture Pattern
iammukeshm/Caching.WebApi
Let's learn Caching in ASP.NET Core. Caching is a technique of storing the frequently accessed/used data so that the future requests for those sets of data can be served much faster to the client.
cheshir/ttlcache
Simple in-memory key-value storage with TTL for each record.
kronotop/kronotop
Kronotop is a Redis-compatible, distributed document database backed by FoundationDB.
cihatsolak/net7-redis-database
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.
guvenbaris/Patika.dev
Unlu&Co Patika Bootcamp Homeworks
yusufyilmazfr/NetCoreRedisStackExchange
Devnot üzerinde ".NET Core StackExchange Redis ile Distributed Cache" adlı yazının kaynak kodlarını içermektedir.
forkbikash/encache
A golang package for function caching
Nebula-Software-Systems/Nebula.Caching
Make your dotnet core apps shine by using caching without cluttering your projects.
InfoTechBridge/AnyCache
.Net cache framework for connecting to any caches including in memory cache and Redis from dotnet, dotnet-core and Xamarin forms.
nishanc/InMemoryCachingDemo
This project is created for the related blog post - https://nishanc.medium.com/in-memory-caching-on-net-6-0-a38f25698c93
raghavgh/gofast
One-stop Shop for Optimal Go Caching: All Cache Algorithms Under One Roof.
SimpleProgramming/springboot-redis-database-and-cache
A simple example explaining how to use redis and a database and cache
WildandArt/HackerNewsAPI
A Mini Hacker News platform. Supports a RESTful API and a Caching system optimized for performance, and maintains a dynamic ranking of top posts.
imrostami/InMemoryRs
A simple and practical project that shows how to implement an In Memory Database like Redis in Rust
JPLeoRX/omoide-cache
Robust, highly tunable and easy-to-integrate in-memory cache solution written in pure Python, with no dependencies.
KlestovAlexej/Wattle.Examples
Примеры использования Wattle
teng231/smartcache
[deprecated] smart cache support memory insert, queryable and can add hook to remote cache save.
AnbalaganD/PhotoViewer
Load image asynchronously and stored in InMemory cache. It will help you to reduce overall network traffic, image loading time and improve the app responsive time
atayahmet/blobify
A Javascript automation tool to convert data (file, image etc.) to blob object and vice-versa.
etartar/ET.Caching
.NET 7 ile yazılmış bir caching kütüphanesidir
KlestovAlexej/Wattle.DemoServer
Полнофункциональный демонстрационный сервер на базе библиотеки Wattle
ndrkrty/WeatherForecastApi
weather forecast api
sarul84/SimpleInMemoryCache
This is simple in memory cache implementation with session option to group cached items.
lazharichir/gocached
A simple simple in-memory caching library in Go.
mrbelka12000/rl
The package gives you the option of choosing an algorithm to limit requests if you send or receive requests. IN PROGRESS