JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.facebook.buck.artifact_cache
Interface CacheDecorator
All Known Implementing Classes:
LoggingArtifactCacheDecorator
,
RetryingCacheDecorator
,
TwoLevelArtifactCacheDecorator
public interface
CacheDecorator
A Cache that wraps another cache and performs additional things, e.g. logging.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
ArtifactCache
getDelegate
()
Method Detail
getDelegate
ArtifactCache
getDelegate()
Returns:
Cache that is wrapped by a decorator.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method