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
82b5d4a6
Commit
82b5d4a6
authored
Jan 11, 2001
by
Chris McDonough
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed things that use HTMLFile to DTMLFile.
parent
b6b20d1a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lib/python/OFS/Cache.py
lib/python/OFS/Cache.py
+5
-5
No files found.
lib/python/OFS/Cache.py
View file @
82b5d4a6
...
@@ -84,14 +84,14 @@
...
@@ -84,14 +84,14 @@
##############################################################################
##############################################################################
__doc__
=
"""Cacheable object and cache management base classes.
__doc__
=
"""Cacheable object and cache management base classes.
$Id: Cache.py,v 1.
4 2001/01/08 22:46:58 brian
Exp $"""
$Id: Cache.py,v 1.
5 2001/01/11 20:53:14 chrism
Exp $"""
__version__
=
'$Revision: 1.
4
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
5
$'
[
11
:
-
2
]
import
time
,
sys
import
time
,
sys
from
string
import
join
from
string
import
join
import
Globals
import
Globals
from
Globals
import
H
TMLFile
from
Globals
import
D
TMLFile
from
Acquisition
import
aq_get
,
aq_acquire
,
aq_inner
,
aq_parent
,
aq_base
from
Acquisition
import
aq_get
,
aq_acquire
,
aq_inner
,
aq_parent
,
aq_base
from
zLOG
import
LOG
,
WARNING
from
zLOG
import
LOG
,
WARNING
from
AccessControl
import
getSecurityManager
from
AccessControl
import
getSecurityManager
...
@@ -176,7 +176,7 @@ class Cacheable:
...
@@ -176,7 +176,7 @@ class Cacheable:
),
(
'Manager'
,)),
),
(
'Manager'
,)),
)
)
ZCacheable_manage
=
H
TMLFile
(
'dtml/cacheable'
,
globals
())
ZCacheable_manage
=
D
TMLFile
(
'dtml/cacheable'
,
globals
())
_v_ZCacheable_cache
=
None
_v_ZCacheable_cache
=
None
_v_ZCacheable_manager_timestamp
=
0
_v_ZCacheable_manager_timestamp
=
0
...
@@ -547,7 +547,7 @@ class CacheManager:
...
@@ -547,7 +547,7 @@ class CacheManager:
global
manager_timestamp
global
manager_timestamp
manager_timestamp
=
time
.
time
()
manager_timestamp
=
time
.
time
()
ZCacheManager_associate
=
H
TMLFile
(
'dtml/cmassoc'
,
globals
())
ZCacheManager_associate
=
D
TMLFile
(
'dtml/cmassoc'
,
globals
())
def
ZCacheManager_locate
(
self
,
require_assoc
,
subfolders
,
def
ZCacheManager_locate
(
self
,
require_assoc
,
subfolders
,
meta_types
=
[],
REQUEST
=
None
):
meta_types
=
[],
REQUEST
=
None
):
...
...
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