mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
12 lines
642 B
Markdown
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)
|