Class ::acs::LockfreeCache (public)
::nx::Class ::acs::LockfreeCache
Defined in packages/acs-tcl/tcl/acs-cache-procs.tcl
Lockfree caches are provided either as per-thread caches or per-request caches, sharing the property that accessing these values does not require locks. Typical applications of these caches are the per_request_cache and per_thread_cache.
- See Also:
- Testcases:
- No testcase defined.