summaryrefslogtreecommitdiff
path: root/content/llcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/llcache.h')
-rw-r--r--content/llcache.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/content/llcache.h b/content/llcache.h
index a9ed1861a..4a3521637 100644
--- a/content/llcache.h
+++ b/content/llcache.h
@@ -246,11 +246,15 @@ void llcache_finalise(void);
nserror llcache_poll(void);
/**
- * Cause the low-level cache to attempt to perform cleanup. No
- * guarantees are made as to whether or not cleanups will take
+ * Cause the low-level cache to attempt to perform cleanup.
+ *
+ * No guarantees are made as to whether or not cleanups will take
* place and what, if any, space savings will be made.
+ *
+ * \param purge Any objects held in the cache that are safely removable will
+ * be freed regardless of the configured size limits.
*/
-void llcache_clean(void);
+void llcache_clean(bool purge);
/**
* Retrieve a handle for a low-level cache object