public static class BuildFileManifestCache.Invalidator extends Object
BuildFileManifestCache
Modifier and Type | Method and Description |
---|---|
void |
onFileSystemChange(WatchmanOverflowEvent event)
Invoked asynchronously by event bus when Watchman detects too many files changed or unable to
detect changes, this should drop the cache
|
void |
onFileSystemChange(WatchmanPathEvent event)
Invoked asynchronously by event bus when file system change is detected with Watchman
|
void |
onInvalidationFinish(FileHashCacheEvent.InvalidationFinished event) |
void |
onInvalidationStart(FileHashCacheEvent.InvalidationStarted event) |
public void onInvalidationStart(FileHashCacheEvent.InvalidationStarted event)
public void onInvalidationFinish(FileHashCacheEvent.InvalidationFinished event)
public void onFileSystemChange(WatchmanPathEvent event)
public void onFileSystemChange(WatchmanOverflowEvent event)