blob: 91b1e8679b559be5261ebc9e152e2a6b874d45e6 [file] [log] [blame]
---
title: Keeping the Cache in Sync with Outside Data Sources
---
<!--
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.
-->
Keep your distributed cache in sync with an outside data source by programming and installing application plug-ins for your region.
- **[Overview of Outside Data Sources](chapter_overview.html)**
<%=vars.product_name_long%> has application plug-ins to read data into the cache and write it out.
- **[Configuring Database Connections Using JNDI](configuring_db_connections_using_JNDI.html)**.
Use JNDI to maintain a connection pool that includes outside data sources.
- **[How Data Loaders Work](how_data_loaders_work.html)**
By default, a region has no data loader defined. Plug an application-defined loader into any region by setting the region attribute cache-loader on the members that host data for the region.
- **[Implement a Data Loader](implementing_data_loaders.html)**
Program a data loader and configure your region to use it.