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 overload for Store/Get specifically for collections #10

Open hanssens opened 7 years ago

hanssens commented 7 years ago

For example:

Store<T>(string key, string collection, T instance);

A similar approach could be handled for the generic Get operation.