Interface VcsCacheItemFactory<Value extends VcsCacheItem>

    • Method Detail

      • createValue

        @NotNull
        Value createValue​(VcsRoot root)
        New value to be cached for the specified settings.
        Parameters:
        root - specified vcs settings.
        Returns:
        new value to cache.