GoodPersistence
Cache library
A library that simplifies caching data in keychain and UserDefaults storage using a property wrapper.
💾 GoodPersistence is an iOS library that simplifies caching data in keychain and UserDefaults. Using a property wrapper, it reduces the complexity of implementing caching mechanisms, making it easier for developers to focus on app functionality. Compatible with latest Swift and supports all iOS devices. Easy to install with SPM.
35 stars
3 watching
1 forks
Language: Swift
last commit: about 1 month ago
Linked from 1 awesome list
ioskeychainlibrarypersistenceswiftuserdefaults
Related projects:
Repository | Description | Stars |
---|---|---|
spotify/sptpersistentcache | A cache library that stores data with time-to-live values and disk management semantics. | 1,243 |
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 |
soffes/cache | A Swift caching library that provides a simple interface for caching data in memory and on disk. | 213 |
jamesmontemagno/monkey-cache | Provides an easy-to-use caching mechanism for data structures in .NET applications. | 669 |
sqlalchemy/dogpile.cache | A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 247 |
pydanny/cached-property | A decorator that caches properties in classes to improve performance by avoiding redundant computations. | 701 |
dfed/cacheadvance | A high-performance cache for logging systems | 38 |
sebleier/django-redis-cache | A caching backend for Django web applications using Redis as the storage layer. | 1,040 |
sj-distributor/fastcache | A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
codenoble/cache-crispies | A Rails gem providing fast JSON serialization with built-in caching and flexible configuration options. | 156 |
shopify/identity_cache | A caching solution for Active Record to reduce database queries | 1,918 |
sorentwo/readthis | A Ruby library that provides a Redis-backed cache client with performance and simplicity features. | 506 |
laruence/yac | A fast, shared memory cache system for storing and retrieving data in PHP applications. | 825 |
snazy/ohc | A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,071 |