From 71c1d03cd5951b4515bc521a882f9dcdde029db4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 27 Jan 2011 20:16:30 +0000 Subject: Remove cruft about cache. git-svn-id: http://svn.drobilla.net/sord/trunk@6 3d64ff67-21c5-427c-a301-fe4f08042e5a --- sord/sord.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'sord') diff --git a/sord/sord.h b/sord/sord.h index 978e37b..49eb9d1 100644 --- a/sord/sord.h +++ b/sord/sord.h @@ -139,10 +139,7 @@ SORD_API SordNode sord_node_load(Sord sord, SordID id); -/** Set @a s, @a p, and @a o to the nodes in @a tup. - * The actual node values will be loaded from the database into memory - * as necessary, and remain in memory until @ref sord_clear_cache is called. - */ +/** Set @a s, @a p, and @a o to the nodes in @a tup. */ SORD_API void sord_tuple_load(Sord sord, @@ -151,11 +148,6 @@ sord_tuple_load(Sord sord, SordNode* p, SordNode* o); -/** Clear in-memory node cache (possibly removing unused nodes on disk). */ -SORD_API -void -sord_clear_cache(Sord write); - /** Find a URI, creating a new one if necessary iff @a create is true. * Use sord_get_uri_counted instead if the length of @a str is known. */ -- cgit v1.2.1