public bool CacheItem <T>(string key, T value)
 {
     return(RedisUtility.Save <T>(key, value));
 }