Skip to content

Commit

Permalink
Merge pull request onevcat#1111 from onevcat/fix/diskCachePath-deprecate
Browse files Browse the repository at this point in the history
Mark directoryURL as public
  • Loading branch information
onevcat authored Feb 10, 2019
2 parents f0921c7 + 779ee36 commit e7ea671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Cache/DiskStorage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public enum DiskStorage {
public var config: Config

// The final storage URL on disk, with `name` and `cachePathBlock` considered.
let directoryURL: URL
public let directoryURL: URL

let metaChangingQueue: DispatchQueue

Expand Down

0 comments on commit e7ea671

Please sign in to comment.