Uses of Interface
jetbrains.buildServer.artifacts.FileCache
-
Packages that use FileCache Package Description jetbrains.buildServer.agent.impl.cache jetbrains.buildServer.artifacts jetbrains.buildServer.artifacts.impl -
-
Uses of FileCache in jetbrains.buildServer.agent.impl.cache
Methods in jetbrains.buildServer.agent.impl.cache that return FileCache Modifier and Type Method Description FileCacheAgentArtifactCacheProviderImpl. getHttpCache(URLContentRetriever transport) -
Uses of FileCache in jetbrains.buildServer.artifacts
Methods in jetbrains.buildServer.artifacts that return FileCache Modifier and Type Method Description FileCacheArtifactCacheProvider. getHttpCache(URLContentRetriever transport)Get cache instance. -
Uses of FileCache in jetbrains.buildServer.artifacts.impl
Classes in jetbrains.buildServer.artifacts.impl that implement FileCache Modifier and Type Class Description classHttpCacheImplAuthor: Nikita.Skvortsov Date: 2/22/11Methods in jetbrains.buildServer.artifacts.impl that return FileCache Modifier and Type Method Description FileCacheDirectoryCacheProviderImpl. getHttpCache(URLContentRetriever transport)
-