JohnHake 82180ae103 [settings] add suite of content IJSDK-150
Remove unrelated changes
           Feedback from PR#280
           Fine tune panel definition
2020-05-05 14:56:45 -07:00

12 lines
642 B
Markdown

---
title: Persistence Model
---
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
The IntelliJ Platform Persistence Model is used to store a variety of information.
For example, [Run Configurations](run_configurations.md) and [Settings](settings.md) are stored using the Persistence Model.
There are two distinct approaches, depending on the type of data being persisted:
* [Persisting State of Components](/basics/persisting_state_of_components.md)
* [Persisting Sensitive Data](/basics/persisting_sensitive_data.md)