Package flumotion :: Package component :: Package misc :: Package httpserver :: Module cachemanager :: Class CachedFile
[hide private]

Class CachedFile

source code

Read only.

See cachedprovider.py

Instance Methods [hide private]
 
__init__(self, cachemgr, resPath) source code
 
unlink(self)
Delete the cached file from filesystem, unless the current file is more recent.
source code
 
__getattr__(self, name) source code
Method Details [hide private]

unlink(self)

source code 

Delete the cached file from filesystem, unless the current file is more recent. However, this is not done atomically...