From ee205e7e812e170f670e690a4e0fa9caa652f226 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 1 Oct 2009 01:00:09 +0900 Subject: Formatting cleanup. --- OpenSim/Framework/CnmSynchronizedCache.cs | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'OpenSim/Framework/CnmSynchronizedCache.cs') diff --git a/OpenSim/Framework/CnmSynchronizedCache.cs b/OpenSim/Framework/CnmSynchronizedCache.cs index c09900e..2bafbe9 100644 --- a/OpenSim/Framework/CnmSynchronizedCache.cs +++ b/OpenSim/Framework/CnmSynchronizedCache.cs @@ -142,7 +142,7 @@ namespace OpenSim.Framework /// /// /// The enumerator has reach end of collection or is not called. - /// + /// public KeyValuePair Current { get { return m_enumerator.Current; } @@ -327,10 +327,10 @@ namespace OpenSim.Framework /// When adding an new element to that is limiting total size of elements, /// will remove less recently used elements until it can fit an new element. /// - /// + /// /// /// - /// + /// /// /// public bool IsSizeLimited @@ -366,7 +366,7 @@ namespace OpenSim.Framework } /// - /// Gets a value indicating whether elements stored to have limited inactivity time. + /// Gets a value indicating whether elements stored to have limited inactivity time. /// /// /// if the has a fixed total size of elements; @@ -377,7 +377,7 @@ namespace OpenSim.Framework /// or methods in , then element is automatically removed from /// the cache. Depending on implementation of the , some of the elements may /// stay longer in cache. - /// + /// /// /// /// @@ -440,7 +440,7 @@ namespace OpenSim.Framework /// /// /// - /// + /// public long MaxElementSize { get @@ -458,7 +458,7 @@ namespace OpenSim.Framework /// /// Maximal allowed total size for elements stored to . /// - /// + /// /// /// Normally size is total bytes used by elements in the cache. But it can be any other suitable unit of measure. /// @@ -507,10 +507,10 @@ namespace OpenSim.Framework /// When adding an new element to that is limiting total size of elements, /// will remove less recently used elements until it can fit an new element. /// - /// + /// /// /// - /// + /// /// /// public long Size @@ -527,9 +527,9 @@ namespace OpenSim.Framework /// /// Gets an object that can be used to synchronize access to the . /// - /// + /// /// An object that can be used to synchronize access to the . - /// + /// /// /// /// To get synchronized (thread safe) access to , use @@ -584,7 +584,7 @@ namespace OpenSim.Framework /// /// /// Depending on implementation, some of expired elements - /// may stay longer than in the cache. + /// may stay longer than in the cache. /// /// /// @@ -704,7 +704,7 @@ namespace OpenSim.Framework /// /// /// if the contains an element with - /// the specified key; otherwise, . + /// the specified key; otherwise, . /// /// /// The key whose to get. -- cgit v1.1