hanssens / localstorage

LocalStorage for .NET - A simple and lightweight tool for persisting data in dotnet (core) apps.
MIT License
74 stars 17 forks source link

Add Remove() operation, to remove a single existing item from the store #9

Open hanssens opened 7 years ago

Kermel commented 4 years ago

Hello, is there anything new regarding this feature ? Any plans for updating?

I'm using the LocalStorage as an enhancement for the long-term caching and it would be nice to have the Remove functionality out of the box. Now I need to emulate it by an extension method and reflective access to the inner dictionary which I really don't like :)