acs::try_cache (private)
acs::try_cache cache operation [ args... ]
Defined in packages/acs-tcl/tcl/acs-cache-procs.tcl
Function to support caching during bootstrap. When the provided cache exists, then use it for caching, otherwise perform uncalled call. This function is made intentionally private, since this should only be required during bootstrapping. It does not make sense to wrap arbitrary caching calls with this function.
- Parameters:
- cache (required)
- operation (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.