Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.publication.services
/
CacheService
/
cacheOf
cache
Of
abstract
suspend
fun
<
T
:
Any
>
cacheOf
(
valueType
:
KClass
<
T
>
,
namespace
:
String
)
:
Cache
<
T
>
Gets the cache for objects of
valueType
in the given
namespace
.