// // CacheDescriptionProvider.swift // SwiftLint // // Created by JP Simard on 5/16/17. // Copyright © 2017 Realm. All rights reserved. // internal protocol CacheDescriptionProvider { var cacheDescription: String { get } }