plugin
1.0.0-SNAPSHOT
jvm
plugin
/
org.jetbrains.packagesearch.plugin.services
/
PackageSearchApplicationCachesService
Package
Search
Application
Caches
Service
class
PackageSearchApplicationCachesService
(
coroutineScope
:
CoroutineScope
)
Members
Constructors
Package
Search
Application
Caches
Service
Link copied to clipboard
constructor
(
coroutineScope
:
CoroutineScope
)
Properties
cache
Link copied to clipboard
val
cache
:
Deferred
<
CoroutineNitrite
>
Functions
get
Api
Package
Cache
Link copied to clipboard
suspend
fun
getApiPackageCache
(
)
:
PackageSearchApiPackageCache
get
Repository
Link copied to clipboard
inline suspend
fun
<
T
:
Any
>
getRepository
(
key
:
String
)
:
CoroutineObjectRepository
<
T
>
get
Repository
Cache
Link copied to clipboard
suspend
fun
getRepositoryCache
(
)
:
CoroutineObjectRepository
<
ApiRepositoryCacheEntry
>