| Home | Trees | Index | Help |  | 
|---|
| Package Pyblosxom :: Package cache :: Module base :: Class BlosxomCache | 
 | 
BlosxomCacheBase --+
                   |
                  BlosxomCache
| Method Summary | |
|---|---|
| Inherited from BlosxomCacheBase | |
| Constructor - setup and load up the cache | |
|  | |
| Convenience function to make this class look like a dict | |
| Synonymous to saveEntry | |
| Close your cache if necessary. | |
|  | |
| Gets the data from the cache, returns a dict or an empty dict. | |
|  | |
| boolean | Returns 0 or 1 based on whether there is cached data, returns 0 is cache data is stale | 
| List out a list of keys for the cache, to be overridden by a subclass if a full dict interface is required. | |
| Try to load up the cache with entryid (a unique key for the entry) | |
| Remove cache entry: This is not used by pyblosxom, but used by utilities | |
| Store entrydata in cache | |
| Instance Variable Summary | |
|---|---|
| Inherited from BlosxomCacheBase | |
| string | _config: String containing config on where to store the cache. | 
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Tue Feb 7 21:43:58 2006 | http://epydoc.sf.net |