Changeset 1291:25805c3814cd
- Timestamp:
- 01/11/10 00:44:36 (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
zine/templates/admin/cache.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zine/templates/admin/cache.html
r609 r1291 12 12 <p>{% trans %} 13 13 Keep in mind that if caching is enabled templates will be cached too and 14 as a result of that, they are not reloaded. If you are trying to develop 14 as a result of that, they are not reloaded. If you are trying to develop 15 15 plugins it might be a good idea to disable all caching. 16 16 {% endtrans %}</p> … … 41 41 <li>{% trans %}<strong>Filesystem</strong>: This cache system stores the 42 42 cache information on the filesystem. If IO is a problem for you, 43 you should not use this cache. However for most of the cases the 43 you should not use this cache. However for most of the cases the 44 44 filesystem it should be fast enough.{% endtrans %}</li> 45 45 </ul>
Note: See TracChangeset
for help on using the changeset viewer.