Readable
Description: Abstract base class for objects that expose readable file-like content.
Methods
| Name | Description |
|---|---|
| read_bytes | Read the contents as raw bytes. |
| 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. |