61 skills found · Page 2 of 3
dhayab / CacheManagerAn extension to Titanium.Network.HTTPClient that provide content cache management
Suzhibin / ZBNews新闻APP的项目
no-src / NscacheA Go caching framework that supports multiple data source drivers
BrandonRomano / CacheManagerA simplified way to write to cache in Android.
mcarlucci / React Precache ImgA React component that pre-caches images in the browser
yangzhaomuma / CacheManagerLruCache(内存缓存)与DiskLruCache(硬盘缓存)统一框架。
lesaff / Statamic CachemanagerCache Manager Widget for Statamic V2.x
EFTEC / CacheOneCacheOne is a cache of service for php
SimpleProgramming / Spring Boot EhCache CacheManagerA simple example to use ehCache CacheManager with multiple caches with expiry time
Romeh / Spring Boot Web Ehchache 3 PersistanceSpring Boot Web with Ehchache 3 file persistance support plus how to do cache operations
GhostZCH / Levelcacheobject cache with many levels
a-patel / LiteXCacheLiteXCache is simple yet powerful and very high performance cache mechanism and incorporating both synchronous and asynchronous usage with some advanced usages of caching which can help us to handle caching more easier!
snailflying / CacheManagerAndroid带过期时间的可加密二级缓存(LruCache+DiskLruCache)
aramkoukia / CachingAspectOrientedImplemetation With CacheManagerCaching Aspect Oriented Implementation With Unity Interceptor and CacheManager
arefLA / CacheManager.Redis.net core redis generic cache manager
Akumzy / Kroncache NodeCache manager and job scheduling library for Node.js
kernel0x / Falcon📦 Thread-safe, crypto-protected, multi-level lru caching with a life cycle
zhangjianliang110 / DiskCacheManagerAndroid文件缓存管理: 1、同步读写/异步读写:提供简单易用的api,可以同步读写文件、异步读写文件 2、异步读取并回调到主线程:提供SyncCallback,该回调函数,在异步读取文件后会回调的主线程 3、自动从最老的文件开始清理超过缓存大小限制的文件: CacheManager.getInstance(applicationContext).getDiskCache("dir").setAutoClearEnable(true); 4、线程安全 文件写入有加读写锁,每个文件一把锁,保证线程安全,锁放在对象池中,高效高性能 5、直接读写对象:提供了api,直接读写对象即可。
EasyNuget / CacheManagerManage Cache Easily
MeCKodo / LFU O1implement LFU O(1) time