opensciencemap / vtm

a vector-tile map library written in java - running on android, desktop and within the browser
GNU Lesser General Public License v3.0
238 stars 176 forks source link

implements okhttp response caching #100

Open baldur opened 10 years ago

baldur commented 10 years ago

Creates a hook to add response cache to OkHttpEngine see usage here:

https://github.com/mapzen/mapzen-android-demo/commit/c5676301afbcee0f6f25a8e23b7e3ad0d5ed7d34#diff-22685a03f4ce00bbc95dc6d058cbc469R198

baldur commented 10 years ago

good question .... I'll see if I can move it over