| Home | Trees | Indices | Help |
|
|---|
|
|
Create a data cache in a particular directory on the filesystem.
Each cached item consists of two parts, a .key file containing the item description, and a .dat file containing the item data.
The store method returns a complete path to the .dat file.
TODO: monitor access times so that we can identify old files for purging
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Instance Variables | |
|
location Directory name containing the cache |
|
| Properties | |
|
Inherited from |
| Method Details |
|
Find the data file corresponding to the particular key. Raises RuntimeError if there is a key collision. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 16 15:03:30 2009 | http://epydoc.sourceforge.net |