Skip to content

Commit

Permalink
Merge pull request #46 from hyperoslo/expose/cache-path
Browse files Browse the repository at this point in the history
Expose backStorage path in public API
  • Loading branch information
vadymmarkov authored Aug 8, 2016
2 parents 1b22a23 + 1373f2e commit fb2f62b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Shared/BasicHybridCache.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ public class BasicHybridCache: NSObject {
// BAck cache (used for content that outlives the application life-cycle)
var backStorage: StorageAware

public var path: String {
return backStorage.path
}

// MARK: - Inititalization

/**
Expand Down

0 comments on commit fb2f62b

Please sign in to comment.