Package com. appmattus. layercache
Functions
as Boolean Cache
Link copied to clipboard
Boolean-based value shared preference cache
as Cache
Link copied to clipboard
Any-based value shared preference cache
as Float Cache
Link copied to clipboard
Float-based value shared preference cache
as Int Cache
Link copied to clipboard
Int-based value shared preference cache
as Long Cache
Link copied to clipboard
Long-based value shared preference cache
as String Cache
Link copied to clipboard
String-based value shared preference cache
as String Set Cache
Link copied to clipboard
Set
create Disk Lru Cache
Link copied to clipboard
fun Cache.Companion.createDiskLruCache(directory: File, maxSize: Long): Cache<String, String>
Content copied to clipboard
Create a Cache from a newly created DiskLruCache
create Lru Cache
Link copied to clipboard
from Disk Lru Cache
Link copied to clipboard
fun Cache.Companion.fromDiskLruCache(diskLruCache: DiskLruCache): Cache<String, String>
Content copied to clipboard
Create a Cache from a DiskLruCache