zotonic_fileindexer_cache (zotonic_fileindexer v1.0.0-rc.11)
Link to this section Summary
Functions
Find all files underneath a app/dir. Optional with a certain extension.
Link to this section Functions
Link to this function
code_change(Version, State, Extra)
Link to this function
find(App, SubDir, OptPattern)
-spec find(atom(), file:filename_all(), binary() | list() | undefined) -> {ok, [zotonic_fileindexer:fileindex()]} | {error, term()}.
Link to this function
flush()
-spec flush() -> ok.
Link to this function
flush(App, SubDir)
-spec flush(atom(), file:filename_all()) -> ok.
Link to this function
handle_call(Cmd, From, State)
Link to this function
handle_cast(Cmd, State)
Link to this function
handle_info(Cmd, State)
Link to this function
init(Args)
Link to this function
start_link()
Link to this function