class XcodeArchiveCache::ArtifactCache::AbstractStorage
Public Instance Methods
cached_artifact_path(node)
click to toggle source
@param [XcodeArchiveCache::BuildGraph::Node] node
@return [String] cached artifact path, nil if no cached artifact found
# File lib/artifact_cache/abstract_storage.rb, line 9 def cached_artifact_path(node) nil end
store(node, path)
click to toggle source
# File lib/artifact_cache/abstract_storage.rb, line 13 def store(node, path) end