acs::cache_flush_pattern
Defined in Partial Call Graph (max 5 caller/called nodes): %3 Class ::acs::Cluster Class ::acs::Cluster (public) acs::cache_flush_pattern acs::cache_flush_pattern Class ::acs::Cluster->acs::cache_flush_pattern acs::Cluster acs::Cluster acs::Cluster->acs::cache_flush_pattern broadcast broadcast broadcast->acs::cache_flush_pattern instproc instproc instproc->acs::cache_flush_pattern Testcases: No testcase defined. Source code: # # Provide means to perform a wildcard-based cache flushing on # (cluster) machines. # foreach n [ns_cache names $cache $pattern] { ns_cache flush $cache $n } XQL Not present:Generic, PostgreSQL, Oracle
Defined in
# # Provide means to perform a wildcard-based cache flushing on # (cluster) machines. # foreach n [ns_cache names $cache $pattern] { ns_cache flush $cache $n }