Browse Source

Revert AbsoluteCachePath back to original (private)

Former-commit-id: 428cdb57c1de32d6ebd3c86af3425dc3fd9636ef
af/merge-core
Kenny Burns 12 years ago
parent
commit
049f1d249b
  1. 2
      src/ImageProcessor.Web/NET45/Caching/DiskCache.cs

2
src/ImageProcessor.Web/NET45/Caching/DiskCache.cs

@ -51,7 +51,7 @@ namespace ImageProcessor.Web.Caching
/// <summary>
/// The absolute path to virtual cache path on the server.
/// </summary>
public static readonly string AbsoluteCachePath = HostingEnvironment.MapPath(ImageProcessorConfig.Instance.VirtualCachePath);
private static readonly string AbsoluteCachePath = HostingEnvironment.MapPath(ImageProcessorConfig.Instance.VirtualCachePath);
/// <summary>
/// The request for the image.

Loading…
Cancel
Save