Package org.readium.r2.shared.util.cache
See: Description
-
Interface Summary Interface Description Cache A generic cache for objects of type V. CacheTransaction An atomic transaction run on a cache for objects of type V. -
Class Summary Class Description InMemoryCache A basic in-memory cache. CacheKt