public interface CacheFilter
| Modifier and Type | Method and Description |
|---|---|
static CacheFilter |
create(AlluxioConfiguration conf)
Create a CacheFilter.
|
boolean |
needsCache(URIStatus uriStatus)
Whether the specific uri needs to be cached or not.
|
static CacheFilter create(AlluxioConfiguration conf)
conf - the alluxio configurationboolean needsCache(URIStatus uriStatus)
uriStatus - the uri statusCopyright © 2022. All Rights Reserved.