From 44552e74924519702ba96c01259c601ec4dd4113 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 16 Apr 2010 20:42:10 +0000 Subject: Provide API to invalidate llcache object cache control data svn path=/trunk/netsurf/; revision=10411 --- content/llcache.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'content/llcache.h') diff --git a/content/llcache.h b/content/llcache.h index 3c965d3dc..3a1e32ca9 100644 --- a/content/llcache.h +++ b/content/llcache.h @@ -231,6 +231,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 * -- cgit v1.2.3