Cache
Caching library
A Swift caching library that provides a simple interface for caching data in memory and on disk.
Swift caching library
213 stars
6 watching
17 forks
Language: Swift
last commit: over 4 years ago
Linked from 1 awesome list
carthageiosmacosswifttvoswatchos
Related projects:
Repository | Description | Stars |
---|---|---|
zolomatok/johnny | A caching library for Swift that supports various data types and provides features like automatic cache eviction and multiplatform support. | 37 |
jamesmontemagno/monkey-cache | Provides an easy-to-use caching mechanism for data structures in .NET applications. | 669 |
blemale/scaffeine | A Scala wrapper around the Caffeine caching library to simplify its use in Scala applications. | 265 |
spotify/sptpersistentcache | A cache library that stores data with time-to-live values and disk management semantics. | 1,243 |
sadmansamee/cachykit | A caching library that provides a thread-safe, expirable cache management system for various object types and supports asynchronous data loading, image caching, and fine-grained control over cache behavior. | 124 |
sorentwo/readthis | A Ruby library that provides a Redis-backed cache client with performance and simplicity features. | 506 |
sqlalchemy/dogpile.cache | A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 247 |
sj-distributor/fastcache | A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
creativecreature/sturdyc | A caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards. | 338 |
sksamuel/aedile | A Kotlin wrapper for Caffeine's cache functionality with suspendable functions and coroutines | 171 |
sebleier/django-redis-cache | A caching backend for Django web applications using Redis as the storage layer. | 1,040 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
huntlabs/hunt-cache | A cache library for D programming language supporting multiple backend storage options including memory, Redis, and memcached. | 6 |
kezhenxu94/cache-lite | An extremely lightweight cache framework demonstrating basic caching concepts and operations in Kotlin. | 131 |