TODOs
This commit is contained in:
parent
c47434d3b3
commit
d589910b0d
2
implementations/caching/cache/Cache.h
vendored
2
implementations/caching/cache/Cache.h
vendored
@ -12,8 +12,6 @@
|
||||
namespace blockstore {
|
||||
namespace caching {
|
||||
|
||||
//TODO Test
|
||||
|
||||
template<class Key, class Value>
|
||||
class Cache {
|
||||
public:
|
||||
|
@ -10,3 +10,5 @@ class CacheTest: public Test {
|
||||
public:
|
||||
Cache<int, int> cache;
|
||||
};
|
||||
|
||||
//TODO Write test cases
|
||||
|
Loading…
Reference in New Issue
Block a user