| 366 | | # * Regexp: Will destroy all the matched fragments, example: %r{pages/\d*/notes} Ensure you do not specify start and finish in the regex (^$) because the actual filename matched looks like ./cache/filename/path.cache |
|---|
| | 366 | # * Regexp: Will destroy all the matched fragments, example: |
|---|
| | 367 | # %r{pages/\d*/notes} |
|---|
| | 368 | # Ensure you do not specify start and finish in the regex (^$) because |
|---|
| | 369 | # the actual filename matched looks like ./cache/filename/path.cache |
|---|
| | 370 | # Regexp expiration is not supported on caches which can't iterate over |
|---|
| | 371 | # all keys, such as memcached. |
|---|