toggle menu
plugin
2023.10.329
jvm
switch theme
search in API
plugin
/
com.jetbrains.packagesearch.plugin.services
/
PackageSearchApplicationCachesService
Package
Search
Application
Caches
Service
class
PackageSearchApplicationCachesService
(
coroutineScope
:
CoroutineScope
)
:
Disposable
,
RecoveryAction
Members
Constructors
Package
Search
Application
Caches
Service
Link copied to clipboard
constructor
(
coroutineScope
:
CoroutineScope
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
action
Key
Link copied to clipboard
open
override
val
actionKey
:
String
api
Package
Cache
Link copied to clipboard
val
apiPackageCache
:
PackageSearchApiPackageCache
cache
Link copied to clipboard
val
cache
:
CoroutineNitrite
performance
Rate
Link copied to clipboard
open
override
val
performanceRate
:
Int
presentable
Name
Link copied to clipboard
open
override
val
presentableName
:
String
Functions
can
Be
Applied
Link copied to clipboard
open
fun
canBeApplied
(
recoveryScope
:
RecoveryScope
)
:
Boolean
dispose
Link copied to clipboard
open
override
fun
dispose
(
)
perform
Link copied to clipboard
open
override
fun
perform
(
recoveryScope
:
RecoveryScope
)
:
CompletableFuture
<
AsyncRecoveryResult
>
perform
Sync
Link copied to clipboard
open
fun
performSync
(
recoveryScope
:
RecoveryScope
)
:
List
<
CacheInconsistencyProblem
>