Example #1
0
 public static void Create() {
   if (cacheWriter == null) {
     cacheWriter = new CacheWriter(GlobalConfiguration.Paths.getWebCache());
   }
 }