From f342b82c4bf125c7cb478160bf011e571c317726 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 25 Feb 2013 07:02:48 +0000 Subject: Really minor addition to the new cache system. I think I will split it into two classes, one for the store, one for the cache itself. The index will have to go with the store, which I find a little odd, but it'll...probably work out. --- src/tests/cache.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tests') diff --git a/src/tests/cache.cpp b/src/tests/cache.cpp index 911b829..00a32dd 100644 --- a/src/tests/cache.cpp +++ b/src/tests/cache.cpp @@ -30,6 +30,7 @@ public: typedef CacheBase CacheType; virtual const keytype getKey() const=0; + virtual const int getPersistenceScore() const { return 0; } void changed( bool bChanged=true ) { -- cgit v1.2.3