[asterisk-commits] dlee: branch dlee/cache-pattern-fix r396157 - /team/dlee/cache-pattern-fix/in...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Aug 2 17:35:57 CDT 2013


Author: dlee
Date: Fri Aug  2 17:35:55 2013
New Revision: 396157

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=396157
Log:
Updated caching doc

Modified:
    team/dlee/cache-pattern-fix/include/asterisk/stasis.h

Modified: team/dlee/cache-pattern-fix/include/asterisk/stasis.h
URL: http://svnview.digium.com/svn/asterisk/team/dlee/cache-pattern-fix/include/asterisk/stasis.h?view=diff&rev=396157&r1=396156&r2=396157
==============================================================================
--- team/dlee/cache-pattern-fix/include/asterisk/stasis.h (original)
+++ team/dlee/cache-pattern-fix/include/asterisk/stasis.h Fri Aug  2 17:35:55 2013
@@ -110,12 +110,12 @@
  * It's a thread safe container, so freely use the stasis_cache_get() and
  * stasis_cache_dump() to query the cache.
  *
- * The \ref stasis_caching_topic provides a topic that forwards non-cacheable
- * messages unchanged. A cacheable message is wrapped in a \ref
- * stasis_cache_update message which provides the old snapshot (or \c NULL if
- * this is a new cache entry), and the new snapshot (or \c NULL if the entry was
- * removed from the cache). A stasis_cache_clear_create() message must be sent
- * to the topic in order to remove entries from the cache.
+ * The \ref stasis_caching_topic discards non-cacheable messages. A cacheable
+ * message is wrapped in a \ref stasis_cache_update message which provides the
+ * old snapshot (or \c NULL if this is a new cache entry), and the new snapshot
+ * (or \c NULL if the entry was removed from the cache). A
+ * stasis_cache_clear_create() message must be sent to the topic in order to
+ * remove entries from the cache.
  *
  * In order to unsubscribe a \ref stasis_caching_topic from the upstream topic,
  * call stasis_caching_unsubscribe(). Due to cyclic references, the \ref




More information about the asterisk-commits mailing list