Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 701 Bytes

File metadata and controls

17 lines (11 loc) · 701 Bytes

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/