mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
fixed typo
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
cache_id value. You can have as many sub-groups as you like.
|
cache_id value. You can have as many sub-groups as you like.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
You can think of cache groups like a directory heirarchy. For instance, a
|
You can think of cache groups like a directory hierarchy. For instance, a
|
||||||
cache group of "a|b|c" could be thought of as the directory structure
|
cache group of "a|b|c" could be thought of as the directory structure
|
||||||
"/a/b/c/". clear_cache(null,"a|b|c") would be like removing the files
|
"/a/b/c/". clear_cache(null,"a|b|c") would be like removing the files
|
||||||
"/a/b/c/*". clear_cache(null,"a|b") would be like removing the files
|
"/a/b/c/*". clear_cache(null,"a|b") would be like removing the files
|
||||||
|
Reference in New Issue
Block a user