Skip to content

Commit fb2f62b

Browse files
authored
Merge pull request #46 from hyperoslo/expose/cache-path
Expose backStorage path in public API
2 parents 1b22a23 + 1373f2e commit fb2f62b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Source/Shared/BasicHybridCache.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ public class BasicHybridCache: NSObject {
1616
// BAck cache (used for content that outlives the application life-cycle)
1717
var backStorage: StorageAware
1818

19+
public var path: String {
20+
return backStorage.path
21+
}
22+
1923
// MARK: - Inititalization
2024

2125
/**

0 commit comments

Comments
 (0)