Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Basic usage and code samples? #90

Closed
ghost opened this issue Jul 27, 2016 · 1 comment
Closed

Basic usage and code samples? #90

ghost opened this issue Jul 27, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 27, 2016

Wouldn't it be a good idea to provide some basic usage instructions and code samples?

@JakeWharton
Copy link
Owner

The API is fairly trivial and can be browsed at http://jakewharton.github.io/DiskLruCache. The README also contains a description of how to use the API. And finally, there's tons of tests that show how it can be used: https://github.com/JakeWharton/DiskLruCache/blob/master/src/test/java/com/jakewharton/disklrucache/DiskLruCacheTest.java

We're currently working on DiskLruCache2 in OkHttp so I don't really want to invest a lot of time here when the whole API is about to be replaced.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant