#
disk-cache
Here are 30 public repositories matching this topic...
-
Updated
Sep 13, 2020 - Swift
Delightful on-disk cache (written in Swift)
-
Updated
Aug 10, 2019 - Swift
自动删除 PC 端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。
-
Updated
Sep 28, 2020 - Python
SwiftlyCache is a thread safe IOS general cache Library
-
Updated
Jun 9, 2020 - Swift
Image loading library for Android
android
library
image
memory-cache
image-processing
loading
image-loader
disk-cache
image-loading
imageloader
-
Updated
Jul 30, 2019 - Java
journal
cache
lru
file-cache
android-library
disklrucache
lru-cache
disk-cache
android-lib
disk-lru
disk-lru-cache
-
Updated
Feb 23, 2020
ghost
commented
Apr 20, 2020
Add Support
android mem/disk cache library
-
Updated
Jan 17, 2018 - Java
-
Updated
Aug 25, 2018 - JavaScript
IPython magic for simple, organized, compressed and encrypted: storage & transfer of files between notebooks.
-
Updated
Sep 7, 2020 - Python
Java implementation of a Disk-based LRU cache for Android Bitmaps
-
Updated
Sep 13, 2019 - Java
-
Updated
Aug 25, 2018 - JavaScript
The BRCache is a general-purpose caching system.
-
Updated
Sep 16, 2018 - Java
K1rakishou
commented
Nov 10, 2018
Should also be possible to load already stored in the cache original/transformed image.
Open
Add Placeholders
Servidor BRCache
java
php
cache
memory-cache
transactional
cache-storage
disk-cache
atomicity
cache-server
transactional-cache
-
Updated
Sep 20, 2018 - Java
BRCache PHP client
-
Updated
May 9, 2018 - PHP
Instance caching library
-
Updated
Sep 3, 2020 - Swift
ImageCaching - ImageDiskCaching - RestAPI - iOS - Swift - MVVM - Pagination - Realm - TestCases
-
Updated
Sep 26, 2018 - Swift
Cliente Java do servidor BRCache
-
Updated
Sep 20, 2018 - Java
Provides a simple disk cache for use in a Rust application.
-
Updated
Mar 30, 2018 - Rust
-
Updated
Jul 10, 2020 - C++
-
Updated
Oct 8, 2018 - Rust
A hybrid disk cache library that utilized both the solid SQLite3 and file system.
-
Updated
Sep 21, 2020 - TypeScript
A speedy extensible library for caching large blobs (<2GB) in memory and on disk
-
Updated
Jul 20, 2020 - TypeScript
Okio, OkHttp... so what about the DiskLruCache? let's Ok too!
-
Updated
Nov 6, 2019 - Kotlin
A Caching service for multimedia
swift
caching
ios
video
storage
memory
cocoapods
memory-cache
ios-swift
memory-management
cache-storage
image-cache
disk-cache
cache-manager
caching-library
video-cache
-
Updated
Sep 3, 2020 - Swift
Cache library for Android.
-
Updated
Jun 21, 2019 - Java
Open Exchange Rates SDK that caches results to avoid hitting the usage limit
-
Updated
Mar 22, 2018 - JavaScript
Improve this page
Add a description, image, and links to the disk-cache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the disk-cache topic, visit your repo's landing page and select "manage topics."
I am profiling memory on my app usage and was looking at the built-in
tremMemory(int level)
methods inLruResourceCache
andLruBitmapPool
to see what their behavior is when I invoke them from my application'sonTrimMemory
method. The trim memory levels are documented here.Here is Glide's implementation