SPTPersistentCache
Cache library
A cache library that stores data with time-to-live values and disk management semantics.
Everyone tries to implement a cache at some point in their iOS app’s lifecycle, and this is ours.
1k stars
56 watching
77 forks
Language: Objective-C
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
soffes/cache | A Swift caching library that provides a simple interface for caching data in memory and on disk. | 213 |
sj-distributor/fastcache | A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
goodrequest/goodpersistence | A library that simplifies caching data in keychain and UserDefaults storage using a property wrapper. | 35 |
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 |
shopify/identity_cache | A caching solution for Active Record to reduce database queries | 1,918 |
cheeaun/react-native-cache-store | A wrapper around AsyncStorage with cache expiration and a simple API for storing and retrieving data. | 45 |
liexusong/pcache | A PHP module that provides an in-process cache extension. | 51 |
sqlalchemy/dogpile.cache | A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 247 |
desarrolla2/cache | A simple cache library implementing the PSR-16 standard using immutable objects. | 134 |
snazy/ohc | A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,071 |
jamesmontemagno/monkey-cache | Provides an easy-to-use caching mechanism for data structures in .NET applications. | 669 |
floatdrop/2q | A high-performance cache implementation using two queues to efficiently handle cache lookups and updates. | 41 |
sorentwo/readthis | A Ruby library that provides a Redis-backed cache client with performance and simplicity features. | 506 |
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
kezhenxu94/cache-lite | An extremely lightweight cache framework demonstrating basic caching concepts and operations in Kotlin. | 131 |