Application-specific item cache collection ids

This commit is contained in:
Ilya Laktyushin 2018-11-27 21:26:45 +04:00
parent 84eed4d9f5
commit 13f00db4e4

View File

@ -247,3 +247,7 @@ public struct SharedDataKeys {
return key
}()
}
public func applicationSpecificItemCacheCollectionId(_ value: Int8) -> Int8 {
return 64 + value
}