yr-cachyr
Cache
A small, single-purpose data cache written in Swift.
A small key-value data cache for iOS, macOS and tvOS, written in Swift.
126 stars
14 watching
7 forks
Language: Swift
last commit: almost 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
codenoble/cache-crispies | A Rails gem providing fast JSON serialization with built-in caching and flexible configuration options. | 156 |
zolomatok/johnny | A caching library for Swift that supports various data types and provides features like automatic cache eviction and multiplatform support. | 37 |
rtomayko/rack-cache | A caching solution for Rack-based web applications | 822 |
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 |
jr0senblum/jc | A distributed in-memory cache with features like Pub/Sub, JSON querying, and consistency mechanisms. | 26 |
yysskk/memorycache | A thread-safe memory cache implementation with LRU policies and type-safety features. | 78 |
soffes/cache | A Swift caching library that provides a simple interface for caching data in memory and on disk. | 213 |
hooopo/second_level_cache | Caching library that synchronizes with models and databases in Rails applications | 398 |
jean-smaug/koache | Caching middleware for Koa.js applications | 6 |
zkat/cacache-rs | A high-performance, concurrent cache system with support for async APIs and various features. | 539 |
no-src/nscache | A caching framework that supports multiple data source drivers and provides a simple way to implement cache in Go applications | 11 |
rayokota/kcache | A client library for using Apache Kafka as a persistent store for an in-memory cache | 245 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
jaemk/cached | Provides Rust implementations of caching structures and simplified function memoization. | 1,565 |
rocketlaunchr/remember-go | A package to cache slow database queries using in-memory or Redis storage | 139 |