SqlJsonTable

Contains methods descriptions, cache rules, etc

Members

Functions

add
void add(Entry entry)

Add entry to memory

getEntry
Entry getEntry(string method)

Returns entry by method

makeDropMap
void makeDropMap()

Makes drop map

methodFound
bool methodFound(string method, Entry entry)
methodFound
bool methodFound(string method)
needAuth
bool needAuth(string method)
needDrop
string[] needDrop(string method)
need_cache
bool need_cache(string method)
read_only
bool read_only(string method)

Returns read_only flag by method

reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
reset_by
string[] reset_by(string method)
reset_caches
string[] reset_caches(string method)
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Zaramzan <shamyan.roman@gmail.com>