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 |
---|---|---|
| A caching library for Swift that supports various data types and provides features like automatic cache eviction and multiplatform support. | 37 |
| Provides an easy-to-use caching mechanism for data structures in .NET applications. | 680 |
| A Scala wrapper around the Caffeine caching library to simplify its use in Scala applications. | 266 |
| A cache library that stores data with time-to-live values and disk management semantics. | 1,244 |
| 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 |
| A Ruby library that provides a Redis-backed cache client with performance and simplicity features. | 504 |
| A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 251 |
| A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
| A Go caching library with support for multiple backends and garbage collection. | 136 |
| A caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards. | 346 |
| A Kotlin wrapper around Caffeine providing a simple and suspendable way to work with caches. | 174 |
| A caching backend for Django web applications using Redis as the storage layer. | 1,039 |
| Provides in-memory caching with clustering support | 45 |
| A cache library for D programming language supporting multiple backend storage options including memory, Redis, and memcached. | 6 |
| An extremely lightweight cache framework demonstrating basic caching concepts and operations in Kotlin. | 134 |