github.com/xmidt-org/webpa-common@v1.11.9/store/doc.go (about)

     1  /*
     2  Package store implements some additional atomic value storage on top of sync/atomic.
     3  In particular, this means transparent caching of arbitrary values.
     4  
     5  Deprecated: store is no longer planned to be used by future WebPA/XMiDT services.
     6  
     7  This package is frozen and no new functionality will be added.
     8  */
     9  package store