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.