DmitryBespalov / Cache

DIY caching in Swift
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Cache is a Swift implementation of a cache mechanism with different replacement policies. To learn more, visit Cache replacement policies and Page replacement algorithm pages on Wikipedia.

Currently implemented:

On the list:

After that, I'll start benchmarking the policies in an iOS sample app and later - implementing disk cache.