Author: agilliland
Date: Wed Jan 18 13:50:55 2006
New Revision: 370271
URL: http://svn.apache.org/viewcvs?rev=370271&view=rev
Log:
updating some comments.
Modified:
incubator/roller/trunk/src/org/roller/presentation/cache/CacheManager.java
Modified:
incubator/roller/trunk/src/org/roller/presentation/cache/CacheManager.java
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/cache/CacheManager.java?rev=370271&r1=370270&r2=370271&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/presentation/cache/CacheManager.java
(original)
+++ incubator/roller/trunk/src/org/roller/presentation/cache/CacheManager.java
Wed Jan 18 13:50:55 2006
@@ -123,14 +123,14 @@
* Ask the CacheManager to construct a cache.
*
* Normally the CacheManager will use whatever CacheFactory has been
- * chosen for the system via the cache.factory.classname property.
+ * chosen for the system via the cache.defaultFactory property.
* However, it is possible to override the use of the default factory by
- * supplying a cache.factory property to this method. The value should
+ * supplying a "factory" property to this method. The value should
* be the full classname for the factory you want to use for constructing
* the cache.
*
* example:
- * cache.factory -> org.roller.presentation.cache.LRUCacheFactoryImpl
+ * factory -> org.roller.presentation.cache.LRUCacheFactoryImpl
*
* This allows Roller admins the ability to choose a caching strategy to
* use for the whole system, but override it in certain places where they
@@ -371,7 +371,7 @@
* Compile stats from all registered handlers.
*
* This is basically a hacky version of instrumentation which is being
- * thrown in because we don't have a fully instrumentation strategy yet.
+ * thrown in because we don't have a full instrumentation strategy yet.
* This is here with the full expectation that it will be replaced by
* something a bit more elaborate, like JMX.
*/