An open API service indexing awesome lists of open source software.

https://github.com/mathieumack/mvvx.plugins.caching

A memory caching library for MvvmCross.
https://github.com/mathieumack/mvvx.plugins.caching

Last synced: about 1 year ago
JSON representation

A memory caching library for MvvmCross.

Awesome Lists containing this project

README

          

# MvvX.Plugins.Caching

[![Build status](https://dev.azure.com/mackmathieu/Github/_apis/build/status/MvvX.Plugins.Caching)](https://dev.azure.com/mackmathieu/Github/_build/latest?definitionId=2)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=github-MvvX.Plugins.Caching&metric=alert_status)](https://sonarcloud.io/dashboard?id=github-MvvX.Plugins.Caching)
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/mathieumack/MvvX.Plugins.Caching/blob/master/LICENSE.TXT)

MvvX.Plugins.Caching contains a memory cache service that allow you to store object in memory for your MvvmCross application.

## How-to

TODO ;)

## How to Engage, Contribute and Provide Feedback

Some of the best ways to contribute are to try things out, file bugs, join in design conversations, and fix issues.

* If you have a question or have found a bug, [file an issue](https://github.com/mathieumack/MvvX.Plugins.Caching/issues/new).

## License

MvvX.Plugins.Caching is licensed under the [MIT license](LICENSE.TXT).