Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Caching

Caching

238 projects

Showing 36 of 235 projects

MemoWise
MemoWiseRuby

A high-performance Ruby gem for memoizing instance, class, and module methods with thread safety and advanced features.

#ruby-memoization#metaprogramming#thread-safety
Stars630
Forks26
Last commit18 hours ago
Cache Tower
Cache TowerC#

A high-performance multi-layered caching library for .NET, combining in-memory, file, Redis, and MongoDB layers for speed and resilience.

#in-memory-cache#redis-caching#memory-cache
Stars628
Forks38
Last commit1 day ago
RxReplayingShare
RxReplayingShareJava

An RxJava transformer that combines replay(1), publish(), and refCount() operators for efficient value caching.

#operator#caching#android
Stars623
Forks28
Last commit5 days ago
FastAPI Plugins
FastAPI PluginsPython

A collection of reusable plugins for FastAPI to add caching, scheduling, logging, and configuration management with minimal effort.

#fastapi#asyncio#caching
Stars619
Forks28
Last commit11 months ago
Shallows
ShallowsSwift

A generic abstraction layer for lightweight data storage and persistence in Swift, enabling composable caching solutions.

#ios#caching#memory-storage
Stars617
Forks20
Last commit4 years ago
BitFaster.Caching
BitFaster.CachingC#

High-performance, thread-safe in-memory caching primitives for .NET with advanced eviction policies.

#lfu-cache#in-memory-cache#lru-cache
Stars599
Forks41
Last commit6 days ago
Lada Cache
Lada CachePHP

A Redis-based, fully automated and scalable database query cache layer for Laravel.

#eloquent#database#caching
Stars592
Forks71
Last commit14 days ago
Cassiopeia
CassiopeiaPython

A Python framework for the Riot Games League of Legends API, designed for easy data access and analysis.

#api#data-framework#caching
Stars581
Forks132
Last commit4 months ago
Eloquence
EloquencePHP

A Laravel package extending Eloquent with camel-cased attributes, count/sum caching, sluggable models, and readonly protection.

#eloquent#orm#database
Stars574
Forks56
Last commit10 months ago
neo4jphp
neo4jphpPHP

A PHP wrapper for the Neo4j graph database REST interface, enabling PHP applications to interact with Neo4j.

#caching#rest-api#cypher
Stars536
Forks135
Last commit8 years ago
jetcache-go
jetcache-goGo

A production-grade Go cache framework with two-level caching, singleflight protection, and generic batch APIs.

#high-performance#caching#redis
Stars513
Forks35
Last commit3 months ago
Readthis
ReadthisRuby

A high-performance Redis-backed cache client for Ruby, fully compliant with ActiveSupport caching.

#rails#caching#redis
Stars500
Forks38
Last commit6 years ago
Microsoft Caching
Microsoft CachingC#

ASP.NET Core libraries for in-memory and distributed caching with implementations for SQL Server and Redis.

#in-memory-cache#caching#redis
Stars472
Forks209
Last commit7 years ago
Redis
RedisSwift

A Vapor provider for Redis integration using RediStack, enabling Redis functionality in Swift server applications.

#database-driver#vapor-service#swift-linux
Stars469
Forks61
Last commit8 months ago
TorqueBox
TorqueBoxRuby

A Ruby application platform built on JRuby and JBoss technologies for high-performance web, messaging, caching, and scheduling.

#jruby#wildfly#jboss
Stars464
Forks122
Last commit7 years ago
SteamAPI
SteamAPIPython

An object-oriented Python library for accessing the Steam Web API with lazy loading and caching.

#rest#steam#steamapi
Stars463
Forks101
Last commit5 years ago
claude-code-statusline
claude-code-statuslineShell

A customizable statusline for Claude Code terminal with real-time cost tracking, MCP monitoring, prayer times, and modular layouts.

#terminal-statusline#developer-tools#islamic-prayer-times
Stars453
Forks30
Last commit
p-memoize
p-memoizeTypeScript

Memoize promise-returning and async functions with configurable caching strategies for performance optimization.

#caching#async-await#performance-optimization
Stars443
Forks32
Last commit7 months ago
stretto
strettoRust

A high-performance, thread-safe, memory-bound cache library for Rust, implementing Dgraph's Ristretto algorithm.

#async-rust#lfu-cache#high-performance
Stars432
Forks28
Last commit1 month ago
cachego
cachegoGo

A Go caching library with a simple interface and support for multiple storage drivers.

#in-memory-cache#go-modules#chain
Stars370
Forks23
Last commit1 year ago
Vökuró
VökuróPHP

A sample application demonstrating Phalcon Framework features including ACL, authentication, and security.

#sample#demo#caching
Stars368
Forks190
Last commit2 years ago
electron-download
electron-downloadTypeScript

A Node.js module to download Electron release binaries and artifacts with caching and mirror support.

#caching#release-artifacts#npm-package
Stars364
Forks109
Last commit11 days ago
Prisma Redis Middleware - cache queries in Redis
Prisma Redis Middleware - cache queries in RedisTypeScript

A Prisma middleware for caching database queries in Redis with in-memory fallback and cache invalidation.

#orm#lru-cache#redis-caching
Stars364
Forks34
Last commit
ts-cacheable
ts-cacheableTypeScript

A TypeScript decorator library for caching Observable and Promise-returning methods with configurable storage strategies.

#caching#performance-optimization#decorators
Stars353
Forks42
Last commit2 months ago
Embera
EmberaPHP

A PHP library that converts URLs from YouTube, Vimeo, and 150+ other services into embeddable HTML using the OEmbed protocol.

#caching#offline-support#content-management
Stars353
Forks60
Last commit8 months ago
MapleBacon
MapleBaconSwift

A lightweight and fast Swift library for downloading, caching, and transforming images in iOS apps.

#ios#caching#image-caching
Stars343
Forks51
Last commit12 days ago
Garner
GarnerRuby

A Ruby and Rack cache layer with model binding and hierarchical invalidation for application logic caching.

#mongoid#orm-integration#rack-middleware
Stars342
Forks24
Last commit6 years ago
Moa
MoaSwift

A Swift image downloader library for iOS, tvOS, and macOS that simplifies asynchronous image loading in image views.

#ios#caching#unit-testing
Stars334
Forks43
Last commit4 years ago
r1tsuu / payload-enchants
r1tsuu / payload-enchantsTypeScript

A collection of enhancement packages for Payload CMS 3.0, including automatic translations, type-safe API client, and SEO with AI.

#cms-plugins#caching#content-management
Stars334
Forks28
Last commit1 year ago
storage
storageGo

A collection of premade storage drivers implementing a unified interface for Fiber middleware in Go.

#caching#storage#fiber-framework
Stars332
Forks84
Last commit3 days ago
FastAPI Cache
FastAPI CachePython

A simple, lightweight caching system implemented as FastAPI dependencies for improving API performance.

#fastapi#in-memory-cache#caching
Stars305
Forks21
Last commit1 month ago
ImageLoaderSwift
ImageLoaderSwiftSwift

A lightweight and fast asynchronous image loading library for iOS, written in Swift.

#ios#caching#asynchronous
Stars292
Forks37
Last commit7 years ago
sswr
sswrTypeScript

A lightweight Svelte library implementing the stale-while-revalidate (SWR) data fetching strategy for reactive and efficient data fetching.

#data-fetching#caching#typescript
Stars291
Forks12
Last commit7 months ago
Vulcan
VulcanSwift

A lightweight Swift library for multi-image downloading with priority management and caching.

#ios#caching#priority-queue
Stars287
Forks12
Last commit8 years ago
boss_db
boss_dbErlang

A sharded, caching, pooling, evented Object-Relational Mapper (ORM) for Erlang applications.

#event-driven#orm#database
Stars276
Forks138
Last commit2 years ago
Track
TrackSwift

A thread-safe Swift cache with LRU support, composed of DiskCache and MemoryCache components.

#ios#lru-cache#memory-cache
Stars268
Forks21
Last commit6 years ago
PreviousPage 5 of 7Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
1 day ago
4 months ago
#Performance61
#Cache53
#Redis34
#Ios32
#Php29
#Mobile Development26
#Performance Optimization26
#Swift26
#Dotnet24
#Go21
#Golang19
#In Memory Cache19