license: > Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.

title: Almacenamiento de información toc_title: Store data

Almacenamiento de información

Un Resumen de las opciones de almacenamiento para Córdoba.

Almacenamiento varias APIs están disponibles para aplicaciones de Córdoba. Ver html5rocks. para una visión más completa y ejemplos.

LocalStorage

También conocido como web storage, almacenamiento de información simple, o por su interfaz alternativa de almacenamiento de las sesiones , esta API proporciona almacenamiento par clave-valor síncrono y está disponible en implementaciones WebView subyacentes. Consulte la especificación W3C para más detalles.

IndexedDB

Esta API está disponible en la vista Web subyacente. Indexadas DB ofrece más funciones que LocalStorage pero menos de WebSQL.

Las siguientes plataformas soportan IndexedDB:

  • BlackBerry 10
  • Firefox OS
  • Windows Phone 8
  • Windows 8

Opciones basadas en plugin

Además el almacenamiento que APIs mencionadas anteriormente, el Archivo API permite a los datos del caché en el sistema de archivos local. Otros plugins Cordova proporcionan opciones de almacenamiento similares.