Browse Source

Revert AbsoluteCachePath back to original (private)

Former-commit-id: 558d3c9b5266e63f50efbd43b851996e0a834b0b
af/merge-core
Kenny Burns 12 years ago
parent
commit
ace4c0d69e
  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