Skip to content

Instantly share code, notes, and snippets.

View amitpdev's full-sized avatar

Amit Palomo amitpdev

View GitHub Profile
@amitpdev
amitpdev / CacheHandler.swift
Created April 4, 2025 15:40
A simple and efficient cache handler for iOS that stores data in memory and on disk, with support for cache expiration and preloaded cache files.
//
// CacheHandler.swift
// Nester
//
// Created by Amit Palomo on 08/09/2024
//
import Foundation
import CommonCrypto