summaryrefslogtreecommitdiff
path: root/content/hlcache.h
diff options
context:
space:
mode:
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