Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Migrate Destination Cache

1 sites No security coverage Drupal 9–11
View on drupal.org

This module provides a destination plugin for Drupal's Migrate API that stores imported data in Drupal's cache. This allows for efficient caching of migration results with configurable expiration and tagging.

Provides a migrate destination plugin that stores data in Drupal cache.

Examples

* Examples:
 *
 * @code
 *   process:
 *    id: id
 *    data:
 *      plugin: array_template
 *      template:
 *        foo: 'source:foo'
 *        bee: 'source:bee'
 *    expire:
 *      plugin: default_value
 *      default_value: 7600
 *    tags:
 *      plugin: default_value
 *      default_value:
 *        - tag1
 *        - tag2
 *   destination:
 *     plugin: cache
 *     cache_bin: default
 *     default_expire: -1
 *     invalidate_tags: false
 * @endcode
// Dynamic HTTP url with token replacement
 * @code
 * source:
 *   plugin: url
 *   data_fetcher_plugin: dynamic_http
 *   url_tokens:
 *     date: '[current-date:custom:Ymd]'
 *     foo:
 *       type: date
 *       format: 'Ymd'
 *       value: '+1 day'
 *     bee:
 *       type: token
 *       value: '[current-date:short]'
 * @endcode

Depends on

Dependencies of the latest stable release

  • migrate Drupal core

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
2
Tracked since
Aug 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 2
Maintenance
Dormant

Releases

Version Type Core Release date
1.0.2 Stable 9–11 Aug 1, 2025
1.0.1 Stable 9–11 Aug 1, 2025