Archomeda/Gw2Sharp

Rename ICacheMethod.FlushAsync to ICacheMethod.ClearAsync

Closed this issue · 1 comments

This is a badly named method that causes confusion, see #30.

Needs to be marked as deprecated in 0.8.0 and be fully renamed in 0.9.0+.

Deprecation is handled in #34. I'm keeping this issue open until v0.9.0 where FlushAsync will be fully removed in favor of ClearAsync.