Commit 652f007f authored by Saikumar's avatar Saikumar

Updated cache.h

parent 50842841
......@@ -22,4 +22,5 @@ typedef struct cacheNode {
string GET(string);
string PUT(string, string);
string DEL(string);
\ No newline at end of file
string DEL(string);
void initializeCache();
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment