From fc9e2f4b4e644f1e72348750ffd07e5a42c8fd68 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 2 Nov 2012 00:04:05 -0700 Subject: [PATCH] Update a comment. --- src/TaggedCache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TaggedCache.h b/src/TaggedCache.h index f7a0781a1..aee675042 100644 --- a/src/TaggedCache.h +++ b/src/TaggedCache.h @@ -20,7 +20,8 @@ extern LogPartition TaggedCachePartition; // If it stays in memory even after it is ejected from the cache, // the map will track it. -// CAUTION: Callers must not modify data objects that are stored in the cache! +// CAUTION: Callers must not modify data objects that are stored in the cache +// unless they hold their own lock over all cache operations. template class TaggedCache {