Behaviours: supervisor.
| ensure_file/4 | |
| init/1 | |
| pause_file/4 | |
| refresh/0 | Flush all cached file entries, needed if some missing files are now present. |
| start_link/0 |
ensure_file(Path, Root, OptFilters, Context) -> any()
init(X1) -> any()
pause_file(Path, Root, OptFilters, Context) -> any()
refresh() -> ok
Flush all cached file entries, needed if some missing files are now present.
start_link() -> any()
Generated by EDoc