Class: XcodeArchiveCache::ArtifactCache::AbstractStorage
- Inherits:
-
Object
- Object
- XcodeArchiveCache::ArtifactCache::AbstractStorage
- Defined in:
- lib/artifact_cache/abstract_storage.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#cached_artifact_path(node) ⇒ String
Cached artifact path, nil if no cached artifact found.
- #store(node, path) ⇒ Object
Instance Method Details
#cached_artifact_path(node) ⇒ String
Returns cached artifact path, nil if no cached artifact found.
9 10 11 |
# File 'lib/artifact_cache/abstract_storage.rb', line 9 def cached_artifact_path(node) nil end |
#store(node, path) ⇒ Object
13 14 15 |
# File 'lib/artifact_cache/abstract_storage.rb', line 13 def store(node, path) end |