1 Repo
Storage mechanisms that can persist any object capable of being converted to a data representation.
Distinct from Custom Data Types: Generic object-to-data conversion for caching, not schema-level database type extensions.
Explore 1 awesome GitHub repository matching data & databases · Generic Object Storage. Refine with filters or upvote what's useful.
HanekeSwift is a generic caching library for iOS and a specialized image caching framework. It provides a multi-level system that stores arbitrary data types in memory and on persistent disk storage to reduce network requests. The project features a specialized image handler that manages asynchronous loading, resizing, and disk storage for user interface components. It includes a background retrieval system that fetches remote content and automatically populates local caches. The library covers key-value data storage with sequential fallbacks, where it checks memory, then disk, and finally r
Saves any object or data structure that can be converted to and from a data representation.