var FileCache = (function () { function FileCache() { } FileCache.Initialize = function () { }; return FileCache; }());