Module z_file_sup

Supervisor for file processes, these processes cache and maintain file information for other file services.

Behaviours: supervisor.

Description

Supervisor for file processes, these processes cache and maintain file information for other file services. They can also resize, combine files and compress files.

Function Index

ensure_file/4
init/1
pause_file/4
refresh/0Flush all cached file entries, needed if some missing files are now present.
start_link/0

Function Details

ensure_file/4

ensure_file(Path, Root, OptFilters, Context) -> any()

init/1

init(X1) -> any()

pause_file/4

pause_file(Path, Root, OptFilters, Context) -> any()

refresh/0

refresh() -> ok

Flush all cached file entries, needed if some missing files are now present.

start_link/0

start_link() -> any()


Generated by EDoc