FileRevisionHaving
Description: Mixin for objects that expose a FileRevision and delegate common behaviors to it.
Methods
| Name | Description |
|---|---|
| read_bytes | Read and return the raw byte contents of the associated file revision. |
| read_text | Read the contents as decoded text. |
| copy_to | Copy the contents to a local file. |
| read_json | Parse the contents as JSON. |
| cleanup_cache | Clean up cached files if they exist. |
| get_cache_stats | Get filesystem cache statistics. |