Base class for all caching strategies.
Handles the cache lookup, cache expiration checks, statistics
gathering and caching sessions managment.
|
|
|
|
|
|
|
|
|
requestData(self,
url,
offset=None,
size=None,
mtime=None) |
source code
|
|
|
|
|
|
|
|
|
_onCacheOutdated(self,
url,
identifier,
cachedFile,
stats) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_gotCachedFile(self,
cachedFile,
url,
identifier,
stats) |
source code
|
|
Inherited from extern.log.log.Loggable :
__providedBy__ ,
__provides__ ,
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure ,
writeMarker
|