示例#1
0
        public string GetImagePath(string id)
        {
            var fn = Cache.GetCacheFileName(id);

            return(CheckExistsAndTouch(fn));
        }