Commit ee1ee3a5 authored by 's avatar

Fixed typo in cache manager

parent 5122f483
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
__doc__='''Cache management support __doc__='''Cache management support
$Id: CacheManager.py,v 1.7 1998/08/03 13:43:00 jim Exp $''' $Id: CacheManager.py,v 1.8 1998/11/10 14:55:53 brian Exp $'''
__version__='$Revision: 1.7 $'[11:-2] __version__='$Revision: 1.8 $'[11:-2]
import Globals, time, sys import Globals, time, sys
...@@ -47,7 +47,7 @@ class CacheManager: ...@@ -47,7 +47,7 @@ class CacheManager:
'''You may not change the database cache size '''You may not change the database cache size
while working in a <em>session</em>''') while working in a <em>session</em>''')
self._cache_size=Globals.Bobobase._jar.cache.cache_size=value self._cache_size=Globals.Bobobase._jar.cache.cache_size=value
return self.manage_CacheParameters(self,REQUEST) return self.manage_cacheParameters(self,REQUEST)
def cache_mean_age(self): def cache_mean_age(self):
return Globals.Bobobase._jar.cache.cache_mean_age return Globals.Bobobase._jar.cache.cache_mean_age
...@@ -111,6 +111,9 @@ class CacheManager: ...@@ -111,6 +111,9 @@ class CacheManager:
############################################################################## ##############################################################################
# #
# $Log: CacheManager.py,v $ # $Log: CacheManager.py,v $
# Revision 1.8 1998/11/10 14:55:53 brian
# Fixed typo in cache manager
#
# Revision 1.7 1998/08/03 13:43:00 jim # Revision 1.7 1998/08/03 13:43:00 jim
# - New folderish control panel that separates database and # - New folderish control panel that separates database and
# product management into separate interfaces. # product management into separate interfaces.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment