Uses of Interface
jetbrains.buildServer.util.Calculator
-
Packages that use Calculator Package Description jetbrains.buildServer.util jetbrains.buildServer.util.cache -
-
Uses of Calculator in jetbrains.buildServer.util
Constructors in jetbrains.buildServer.util with parameters of type Calculator Constructor Description CachedValue(Calculator<T> calculator)
-
Uses of Calculator in jetbrains.buildServer.util.cache
Methods in jetbrains.buildServer.util.cache with parameters of type Calculator Modifier and Type Method Description T
SCache. fetch(String key, Calculator<T> dataFetcher)
Get data from cache, if available.T
SCacheImpl. fetch(String key, Calculator<T> dataFetcher)
-