Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
ee1ee3a5
Commit
ee1ee3a5
authored
Nov 10, 1998
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo in cache manager
parent
5122f483
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lib/python/App/CacheManager.py
lib/python/App/CacheManager.py
+6
-3
No files found.
lib/python/App/CacheManager.py
View file @
ee1ee3a5
...
...
@@ -11,8 +11,8 @@
__doc__
=
'''Cache management support
$Id: CacheManager.py,v 1.
7 1998/08/03 13:43:00 jim
Exp $'''
__version__
=
'$Revision: 1.
7
$'
[
11
:
-
2
]
$Id: CacheManager.py,v 1.
8 1998/11/10 14:55:53 brian
Exp $'''
__version__
=
'$Revision: 1.
8
$'
[
11
:
-
2
]
import
Globals
,
time
,
sys
...
...
@@ -47,7 +47,7 @@ class CacheManager:
'''You may not change the database cache size
while working in a <em>session</em>'''
)
self
.
_cache_size
=
Globals
.
Bobobase
.
_jar
.
cache
.
cache_size
=
value
return
self
.
manage_
C
acheParameters
(
self
,
REQUEST
)
return
self
.
manage_
c
acheParameters
(
self
,
REQUEST
)
def
cache_mean_age
(
self
):
return
Globals
.
Bobobase
.
_jar
.
cache
.
cache_mean_age
...
...
@@ -111,6 +111,9 @@ class CacheManager:
##############################################################################
#
# $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
# - New folderish control panel that separates database and
# product management into separate interfaces.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment