diff --git a/include/internal/cachehelper.h b/include/internal/cachehelper.h
index 5913d1f..8a6dc42 100644
--- a/include/internal/cachehelper.h
+++ b/include/internal/cachehelper.h
@@ -74,10 +74,10 @@ public:
     void compact();
 
 private:
-    CacheHelper<CacheT>(std::string const& cache_path,
-                        int64_t max_size_in_bytes,
-                        core::CacheDiscardPolicy policy);
-    CacheHelper<CacheT>(std::string const& cache_path);
+    CacheHelper(std::string const& cache_path,
+                int64_t max_size_in_bytes,
+                core::CacheDiscardPolicy policy);
+    CacheHelper(std::string const& cache_path);
 
     // Call wrapper that implements the retry logic.
     template<typename T>
