-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache not working #654
Comments
I am not that confident in this caching. Call of .Viewed() inside the Get function RiotSharp/RiotSharp/Caching/Cache.cs Line 51 in 7ae756c
Code inside .Viewed() RiotSharp/RiotSharp/Caching/Cache.cs Line 282 in 7ae756c
This behavior makes kinda sense, so I guess it is intended. |
@xXLAOKOONXx |
FileCache works as you expect it to work. |
agreed 👍 |
In this example
item in cache should be available for 100 milliseconds, but instead it is always available.
The text was updated successfully, but these errors were encountered: