# Functions
NewMemCache if defaultExpireTime equals 0, the cache data with defaultExpireTime will not be check whether expire if defaultClearExpireTime equals 0, all cache will not check expire Mem cache is thread safe.
# Interfaces
MemCache is used by manager to store and retrieve key value data.