Skip to content

Commit e8e5941

Browse files
committed
Update SpecializedCache description
1 parent f64a836 commit e8e5941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,9 @@ cache.async.clearExpired() { error in
169169
}
170170
```
171171

172-
### Type safe cache
172+
### Specialized cache
173173

174+
`SpecializedCache` is a type safe alternative to `HybridCache` based on generics.
174175
Initialization with default or custom configuration, basic operations and
175176
working with expiry dates are done exactly in the same way as in `HybridCache`.
176177

0 commit comments

Comments
 (0)