|
@ -237,6 +237,7 @@ namespace dsacache { |
|
|
std::unique_ptr<CacheData> GetFromCache(uint8_t* src, const size_t size, const int dst_node); |
|
|
std::unique_ptr<CacheData> GetFromCache(uint8_t* src, const size_t size, const int dst_node); |
|
|
|
|
|
|
|
|
public: |
|
|
public: |
|
|
|
|
|
Cache() = default; |
|
|
Cache(const Cache& other) = delete; |
|
|
Cache(const Cache& other) = delete; |
|
|
|
|
|
|
|
|
// initializes the cache with the two policy functions
|
|
|
// initializes the cache with the two policy functions
|
|
|