View Source template_compiler_admin (template_compiler v2.8.0)
Link to this section Summary
Functions
Flush all template mappings
Ping that a context has changed
Ping that a template has been changed
Find a template, start a compilation if not found
Link to this section Functions
-spec flush() -> ok.
-spec flush_context_name(ContextName :: term()) -> ok.
-spec flush_file(file:filename_all()) -> ok.
-spec lookup(file:filename_all(), template_compiler:options(), any()) -> {ok, atom()} | {error, term()}.
-spec start_link() -> {ok, pid()} | {error, any()}.