Browse Source

Revert AbsoluteCachePath back to original (private)

Former-commit-id: 2c6aabf97e209cacf5584224231efa423dcf8f24
pull/17/head
Kenny Burns 12 years ago
committed by James South
parent
commit
12f45de23e
  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