summaryrefslogtreecommitdiff
path: root/content/hlcache.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-11 20:21:13 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-11 20:21:13 +0000
commit71de3618f16f43e5fb4fabff5bba66649a8b9595 (patch)
tree2758ec77a93092f7fd6f0112c8ea3df7d1a224f1 /content/hlcache.h
parent7dcc15cbd481386c85810177a3aa50a517c18b37 (diff)
downloadnetsurf-71de3618f16f43e5fb4fabff5bba66649a8b9595.tar.gz
netsurf-71de3618f16f43e5fb4fabff5bba66649a8b9595.tar.bz2
Implement hlcache_poll(), which drives the low-level cache event loop, and attempts to clean the high-level cache.
Call this, instead of llcache_poll(). svn path=/trunk/netsurf/; revision=10371
Diffstat (limited to 'content/hlcache.h')
-rw-r--r--content/hlcache.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/hlcache.h b/content/hlcache.h
index 9f03052fa..1c4cc7b2f 100644
--- a/content/hlcache.h
+++ b/content/hlcache.h
@@ -64,6 +64,14 @@ enum hlcache_retrieve_flag {
};
/**
+ * Drive the low-level cache poll loop, and attempt to clean the cache.
+ * No guarantee is made about what, if any, cache cleaning will occur.
+ *
+ * \return NSERROR_OK
+ */
+nserror hlcache_poll(void);
+
+/**
* Retrieve a high-level cache handle for an object
*
* \param url URL of the object to retrieve handle for