summaryrefslogtreecommitdiff
path: root/content/llcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/llcache.h')
-rw-r--r--content/llcache.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/llcache.h b/content/llcache.h
index 3c965d3dc..3a1e32ca9 100644
--- a/content/llcache.h
+++ b/content/llcache.h
@@ -232,6 +232,14 @@ nserror llcache_handle_abort(llcache_handle *handle);
nserror llcache_handle_force_stream(llcache_handle *handle);
/**
+ * Invalidate cache data for a low-level cache object
+ *
+ * \param handle Handle to invalidate
+ * \return NSERROR_OK on success, appropriate error otherwise
+ */
+nserror llcache_handle_invalidate_cache_data(llcache_handle *handle);
+
+/**
* Retrieve the post-redirect URL of a low-level cache object
*
* \param handle Handle to retrieve URL from