Part of nevow.util View Source View In Hierarchy
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 201 | Method | __init__ | |
| 214 | Method | invalidate | Invalidate the cache, forcing a reload from disk at the next attempted |
| 221 | Method | load | Load this file. Any positional or keyword arguments will be passed |
| Parameters | path | The path to the associated file in the filesystem.
(type: str
) |
| loader | A callable that returns the relevant data; invoked when the cache is empty or stale. |