Ignore:
Timestamp:
Jan 27, 2023, 7:28:00 PM (22 months ago)
Author:
alloc
Message:
  • Major refactoring
  • Using Utf8Json for (de)serialization
  • Moving APIs to REST
  • Removing dependencies from WebServer and MapRenderer to ServerFixes
Location:
binary-improvements2/WebServer/src/FileCache
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • binary-improvements2/WebServer/src/FileCache/SimpleCache.cs

    r392 r402  
    33using System.IO;
    44
    5 namespace AllocsFixes.FileCache {
     5namespace Webserver.FileCache {
    66        // Caching all files, useful for completely static folders only
    77        public class SimpleCache : AbstractCache {
     
    2424                                }
    2525                        } catch (Exception e) {
    26                                 Log.Out ("Error in SimpleCache.GetFileContent: " + e);
     26                                Log.Out ($"Error in SimpleCache.GetFileContent: {e}");
    2727                        }
    2828
Note: See TracChangeset for help on using the changeset viewer.