Commit 88a30a81 by Sartika Aritonang

Upload New File

parent e7a9c49f
class CacheInterface(object):
"""description of class"""
def has(self, key):
pass
def set(self, key, value):
pass
def get(self, key):
pass
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