/android-cache-lib

DiskLruCache for Android

Primary LanguageJavaApache License 2.0Apache-2.0

Android Cache Library

A general purpose utility library for caching resources for Android apps.

Installation

build.gradle

repositories {
	mavenCentral()
}

dependencies {
  compile 'com.vandalsoftware.android:cache-library:1.0.+@aar'
}

Features

  • DiskLruCache 2.0: A refactor of AOSP DiskLruCache. Marginal improvement to reading and writing journal files.