mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update a comment.
This commit is contained in:
@@ -20,7 +20,8 @@ extern LogPartition TaggedCachePartition;
|
|||||||
// If it stays in memory even after it is ejected from the cache,
|
// If it stays in memory even after it is ejected from the cache,
|
||||||
// the map will track it.
|
// 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 <typename c_Key, typename c_Data> class TaggedCache
|
template <typename c_Key, typename c_Data> class TaggedCache
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user