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/ICnmCache.cs | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
(limited to 'OpenSim/Framework/ICnmCache.cs')
diff --git a/OpenSim/Framework/ICnmCache.cs b/OpenSim/Framework/ICnmCache.cs
index a1ac322..27b9c56 100644
--- a/OpenSim/Framework/ICnmCache.cs
+++ b/OpenSim/Framework/ICnmCache.cs
@@ -180,16 +180,16 @@ 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.
///
- ///
+ ///
///
///
- ///
+ ///
///
///
bool IsSizeLimited { get; }
///
- /// 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;
@@ -200,7 +200,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.
- ///
+ ///
///
///
///
@@ -237,7 +237,7 @@ namespace OpenSim.Framework
///
///
///
- ///
+ ///
long MaxElementSize { get; }
///
@@ -246,7 +246,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.
///
@@ -278,10 +278,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.
///
- ///
+ ///
///
///
- ///
+ ///
///
///
long Size { get; }
@@ -289,9 +289,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
@@ -322,7 +322,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.
///
///
///
@@ -418,7 +418,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