Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 497 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 497 Bytes

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.