%3 ::nx::Object ::nx::Object ::acs::LockfreeCache ::acs::LockfreeCache ::acs::LockfreeCache->::nx::Object

Class ::acs::LockfreeCache

::acs::LockfreeCache[i] create ... \
           [ -prefix prefix ]

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:
Object ::acs::per_request_cache
Object ::acs::per_thread_cache
Defined in packages/acs-tcl/tcl/acs-cache-procs.tcl

Class Relations

  • class: ::nx::Class[i]
  • superclass: ::nx::Object[i]
::nx::Class create ::acs::LockfreeCache \
     -superclass ::nx::Object