fune/mobile/android/android-components/components/browser/storage-memory
2019-01-11 10:08:32 +01:00
..
src [components] Closes https://github.com/mozilla-mobile/android-components/issues/1647: Improve URL toolbar autocompletion matching 2019-01-08 11:04:10 -08:00
build.gradle [components] Reads componentsVersion from .buildconfig.yml 2019-01-11 10:08:32 +01:00
proguard-rules.pro [components] Add an in-memory implementation of concept-storage 2018-10-26 15:42:19 -07:00
README.md [components] Add an in-memory implementation of concept-storage 2018-10-26 15:42:19 -07:00

Android Components > Browser > Memory Storage

An in-memory implementation of concept-storage. Data is not persisted to disk, and does not survive a restart. Not suitable for syncing.

Setting up the dependency

Use Gradle to download the library from maven.mozilla.org (Setup repository):

implementation "org.mozilla.components:browser-storage-memory:{latest-version}"

License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/