We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e5941 commit cf047fdCopy full SHA for cf047fd
README.md
@@ -31,6 +31,7 @@
31
## Description
32
33
<img src="https://github.com/hyperoslo/Cache/blob/master/Resources/CacheIcon.png" alt="Cache Icon" align="right" />
34
+
35
**Cache** doesn't claim to be unique in this area, but it's not another monster
36
library that gives you a god's power.
37
So don't ask it to fetch something from network or magically set an image from
@@ -91,8 +92,6 @@ let config = Config(
91
92
`HybridCache` supports storing all kinds of objects, as long as they conform to
93
the `Cachable` protocol.
94
-**
95
-
96
```swift
97
// Initialization with default configuration
98
let cache = HybridCache(name: "Mix")
0 commit comments