Ember addon that provides a wrapper around intl-format-cache for use in Ember applications. Current stable version 2.6.0. Release cadence is low (last release likely older). It allows importing intl-format-cache within Ember's module system, but is largely deprecated in favor of using intl-format-cache directly or newer Ember Intl patterns. Key differentiator: specifically for Ember apps; otherwise superseded by native imports.
npm install ember-intl-format-cacheNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import default export and use intlFormatCache to create cached formatters.
Replace with npm package 'intl-format-cache' or migrate to @ember-intl/format-cache.
Use intl-format-cache directly outside Ember.
Check compatibility with your Ember version; consider alternatives.
npm install ember-intl-format-cache --save-dev
Use: import intlFormatCache from 'ember-intl-format-cache'; then invoke as function: intlFormatCache(Intl.DateTimeFormat)
Ensure ember-intl-format-cache is in devDependencies (not dependencies) and run ember install ember-intl-format-cache