diff options
author | David Robillard <d@drobilla.net> | 2011-01-27 20:16:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-27 20:16:30 +0000 |
commit | 71c1d03cd5951b4515bc521a882f9dcdde029db4 (patch) | |
tree | 260001f7fdf05ed9bff49f8708bd2cd294be92b9 | |
parent | da6c78a6756edd15ffac7a35d211ca8a283b2b7c (diff) | |
download | sord-71c1d03cd5951b4515bc521a882f9dcdde029db4.tar.gz sord-71c1d03cd5951b4515bc521a882f9dcdde029db4.tar.bz2 sord-71c1d03cd5951b4515bc521a882f9dcdde029db4.zip |
Remove cruft about cache.
git-svn-id: http://svn.drobilla.net/sord/trunk@6 3d64ff67-21c5-427c-a301-fe4f08042e5a
-rw-r--r-- | sord/sord.h | 10 |
1 files changed, 1 insertions, 9 deletions
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. */ |