The SkunkWeb Developers Guide
Previous:
2 Caching
Up:
2 Caching
Next:
2 The Compile Cache
1 Filesystem Interface
_statDocRoot
(
path
)
If talking to a normal filesystem, this would return
os.stat(path)
.
_getDocRootModTime
(
path
)
If talking to a normal filesystem, this would return
os.stat(path)[stat.ST_MTIME]
.
_readDocRoot
(
path
)
If talking to a normal filesystem, this would return
open(path).read()
.
The SkunkWeb Developers Guide
Previous:
2 Caching
Up:
2 Caching
Next:
2 The Compile Cache
Release 3.3.