gustafn
committed
on 13 Nov
Fixed runtime error, when "ns_cache" is viewed over the API browser

The problem was the method "flush", which is implemented via
alias to :… Show more
Fixed runtime error, when "ns_cache" is viewed over the API browser

The problem was the method "flush", which is implemented via

alias to ::ns_cache__flush. In this case, "ns_cache info lookup syntax flush"

fails, because "info parameter" fails on the alias in command:

  "::nsf::cmd::info parameter -context ::ns_cache ::ns_cache::flush"

Show less