Created
June 15, 2018 08:20
-
-
Save onmyway133/b32930355ba6de91dee51892dfc3c5b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let diskConfig = DiskConfig(name: "Floppy") | |
let memoryConfig = MemoryConfig(expiry: .never, countLimit: 10, totalCostLimit: 10) | |
let storage = try? Storage(diskConfig: diskConfig, memoryConfig: memoryConfig) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment