chiark / gitweb /
start on doxygenization of guts
[disorder] / lib / cache.h
index f1aeccd1357fe4407170a97ca231dda05992b39c..48aba1c80e88a61eed830ab446c88df344e4d0e4 100644 (file)
@@ -41,6 +41,9 @@ void cache_expire(void);
 void cache_clean(const struct cache_type *type);
 /* Clean all elements of a particular type, or all elements if TYPE=0 */
 
+size_t cache_count(void);
+/* Return the size of the cache */
+
 #endif /* CACHE_H */
 
 /*
@@ -51,4 +54,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:8TQYM58jrfK4bi9YaWTutQ */