summaryrefslogtreecommitdiff
path: root/ace/Caching_Utility_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
commit6d4337a975f11f01dcfd9b827be431fba0280768 (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Caching_Utility_T.h
parentfaed5414aa90953190faaaacc4051b5f13d94dc1 (diff)
downloadATCD-6d4337a975f11f01dcfd9b827be431fba0280768.tar.gz
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Caching_Utility_T.h')
-rw-r--r--ace/Caching_Utility_T.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/ace/Caching_Utility_T.h b/ace/Caching_Utility_T.h
index 966bca32b9f..cb036782343 100644
--- a/ace/Caching_Utility_T.h
+++ b/ace/Caching_Utility_T.h
@@ -32,14 +32,14 @@ class ACE_Pair_Caching_Utility
// Defines a helper class for the Caching Strategies.
//
// = DESCRIPTION
- // This class defines the methods commonly used by the different
- // caching strategies. For instance: clear_cache () method which
- // decides and purges the entry from the container. Note: This
- // class helps in the caching_strategies using a container
- // containing entries of <KEY, ACE_Pair<VALUE, attributes>>
- // kind. The attributes helps in deciding the entries to be
- // purged. The Cleanup_Strategy is the callback class to which
- // the entries to be cleaned up will be delegated.
+ // This class defines the methods commonly used by the different
+ // caching strategies. For instance: <clear_cache> method which
+ // decides and purges the entry from the container. Note: This
+ // class helps in the caching_strategies using a container
+ // containing entries of <KEY, ACE_Pair<VALUE, attributes>>
+ // kind. The attributes helps in deciding the entries to be
+ // purged. The Cleanup_Strategy is the callback class to which the
+ // entries to be cleaned up will be delegated.
public:
typedef ACE_Cleanup_Strategy<KEY, VALUE, CONTAINER> CLEANUP_STRATEGY;
@@ -84,7 +84,7 @@ class ACE_Recyclable_Handler_Caching_Utility
//
// = DESCRIPTION
// This class defines the methods commonly used by the different
- // caching strategies. For instance: clear_cache () method which
+ // caching strategies. For instance: <clear_cache> method which
// decides and purges the entry from the container. Note: This
// class helps in the caching_strategies using a container
// containing entries of <KEY, Svc_Handler> kind. The attributes
@@ -136,7 +136,7 @@ class ACE_Handler_Caching_Utility
//
// = DESCRIPTION
// This class defines the methods commonly used by the different
- // caching strategies. For instance: clear_cache () method which
+ // caching strategies. For instance: <clear_cache> method which
// decides and purges the entry from the container. Note: This
// class helps in the caching_strategies using a container
// containing entries of <KEY, HANDLER> kind where the HANDLER
@@ -190,7 +190,7 @@ class ACE_Null_Caching_Utility
//
// = DESCRIPTION
// This class defines the methods commonly used by the different
- // caching strategies. For instance: clear_cache () method which
+ // caching strategies. For instance: <clear_cache> method which
// decides and purges the entry from the container. Note: This
// class is be used with the Null_Caching_Strategy. The
// Cleanup_Strategy is the callback class to which the entries to