RiotSharp
RiotSharp copied to clipboard
Align Cache with FileCache implementation
Related to issue #654 .
- Aligned understanding of expiry duration (Now expires at creation + timespan even if the data was revisited)
- Used CacheData instead of private classes
- Renamed and extracted functionalities based on implementation in FileCache (Save and Load)