- Timestamp:
- Jan 27, 2023, 7:28:00 PM (22 months ago)
- Location:
- binary-improvements2/WebServer/src/FileCache
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/WebServer/src/FileCache/SimpleCache.cs
r392 r402 3 3 using System.IO; 4 4 5 namespace AllocsFixes.FileCache {5 namespace Webserver.FileCache { 6 6 // Caching all files, useful for completely static folders only 7 7 public class SimpleCache : AbstractCache { … … 24 24 } 25 25 } catch (Exception e) { 26 Log.Out ( "Error in SimpleCache.GetFileContent: " + e);26 Log.Out ($"Error in SimpleCache.GetFileContent: {e}"); 27 27 } 28 28
Note:
See TracChangeset
for help on using the changeset viewer.