Method code for $command_cache.cache_client_init()

[Turn off line numbering]
  1: var p;
  2: 
  3: if (sender() != this())
  4:     (> .perms(sender()) <);
  5: modules ?= [];
  6: for p in ([this()] + parents() + modules)
  7:     (| p.cache_server_init() |);

// Created 18-Sep-1997 as a part of ColdCore, see: @help Credit

Tlon