1 रिपॉजिटरी
Applying logic to transform cached data and managing capacity limits for different transformed formats.
Distinct from Data Caching: Focuses on the transformation of the data being cached, not just the storage of a session state.
Explore 1 awesome GitHub repository matching data & databases · Data Transformations. 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
Applies custom transformations to stored data and manages disk capacity limits for different formats.