Description Usage Arguments Value
These functions let you control cache invalidation. dropOnly
invalidates cache only for the specified URL. dropPattern
uses
regular expression matching to invalidate cache. dropCache
is a
convenience wrapper around dropPattern
that invalidates cache for
any resources that start with the given URL.
1 2 3 4 5 | dropCache(x)
dropOnly(x)
dropPattern(x)
|
x |
character URL or regular expression |
Nothing. Functions are run for their side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.