Trees | Indices | Help |
|
---|
|
object --+ | cache_base_t --+ | file_cache_t
Cache implementation to store data in a pickled form in a file. This class contains some cache logic that keeps track of which entries have been 'hit' in the cache and if an entry has not been hit then it is deleted at the time of the flush(). This keeps the cache from growing larger when files change and are not used again.
Instance Methods | |||
|
|||
|
|||
|
|||
|
Class Variables | |
Inherited from |
Method Details |
|
Flush (write out) the cache to disk if needed.
|
Update a cached record with the current key and value contents.
|
Attempt to lookup the cached decls for the given file and configuration. If not found or signature check fails, returns None.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:06 2008 | http://epydoc.sourceforge.net |