public TempFileCache(ITempFileCreator creator)
 {
     Cache = new Dictionary<CacheKey, string> ();
     this.creator = creator;
 }