Package jetbrains.buildServer.vcs.utils
Interface VcsCacheItemFactory<Value extends VcsCacheItem>
-
public interface VcsCacheItemFactory<Value extends VcsCacheItem>CreatesVcsCacheIteminstances when value should be re-evaluated.- See Also:
VcsCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValuecreateValue(VcsRoot root)New value to be cached for the specified settings.
-