Browse Source

Revert AbsoluteCachePath back to original (private)

Former-commit-id: 5be9b3a3edc51c0b54a7ae432796428e0c5035f8
pull/17/head
Kenny Burns 12 years ago
committed by James South
parent
commit
3b9dce8e95
  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