CachyKit

Cache manager

A caching library that provides a thread-safe, expirable cache management system for various object types and supports asynchronous data loading, image caching, and fine-grained control over cache behavior.

A Caching Library is written in Swift that can cache JSON, Image, Zip or AnyObject with expiry date/TTYL and force refresh.

GitHub

124 stars
5 watching
16 forks
Language: Swift
last commit: over 3 years ago
Linked from 1 awesome list

cacheiosnscacheswift

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
tedious/stash A PHP caching library that simplifies the process of storing and retrieving cached data 962
aio-libs/aiocache An asynchronous cache manager that supports multiple backends and provides a simple interface for caching data. 1,146
thebigbrainscompany/tbbccachebundle A caching abstraction bundle that provides annotation-driven cache control using AOP mechanisms and PHP language expressions for Symfony applications. 36
jmdobry/angular-cache An Angular module for managing caching in web applications 1,390
cachix/cachix A tool for efficiently storing and managing Nix package binaries to prevent unnecessary rebuilds. 850
soffes/cache A Swift caching library that provides a simple interface for caching data in memory and on disk. 213
jbluemink/sitecorecachingmanager A console application for managing Sitecore caches 2
alastairtree/lazycache A thread-safe in-memory caching service with a simple API for C# 1,718
jellydator/ttlcache An in-memory caching system with automatic expiration and deletion of items based on user-defined time-to-live (TTL) parameters. 951
fulls1z3/ngx-cache A utility library for caching and managing data in Angular applications. 154
zolomatok/johnny A caching library for Swift that supports various data types and provides features like automatic cache eviction and multiplatform support. 37
yamiko-ninja/cacheadministrationbundle A bundle providing a simple and unified interface to clear various cache types in a PHP application 18
jamesmontemagno/monkey-cache Provides an easy-to-use caching mechanism for data structures in .NET applications. 669
kayeenl/cachetuner A tool that helps manage and optimize caching in web applications to improve performance. 0
sobstel/metaphore A caching solution that prevents the dogpile effect by using a semaphore to control access to cached data. 101