This is a simple Android util library to write any type of data into cache files and then read them later, using Gson to serialize and deserialize these data.
'com.lifeofcoding:cacheutilslibrary:1.0.1'
<dependency>
<groupId>com.lifeofcoding</groupId>
<artifactId>cacheutilslibrary</artifactId>
<version>1.0.1</version>
</dependency>
<dependency org="com.lifeofcoding" name="cacheutilslibrary" rev="1.0.1"/>
"com.lifeofcoding", "cacheutilslibrary", "1.0.1"