No metadata have been loaded.
| Class | File |
|---|---|
| {{ class }} |
{%- for file in files -%}
{{ file }} {% endfor %} |
No metadata files attempted (if this list is empty, probably all the data are cached as expected)
| Class | Files |
|---|---|
| {{ class }} |
{%- for file, found in files -%}
{{ file }} ({{ found ? 'found': 'not found' }}) {% endfor %} |
| Prefix | Path |
|---|---|
| {{ prefix }} | {{ path }} |