Caches Iconify icon sets locally to avoid repeated API calls.
Icon sets are stored in priv/iconify/sets/ as JSON files.
Summary
Functions
Returns the cache directory path.
Clears all cached icon sets.
Fetches an icon set, using cache if available.
Gets a specific icon from cache, fetching the set if needed.
Checks if an icon set is cached locally.
Lists all cached icon set prefixes.
Loads a cached icon set.
Saves an icon set to cache.
Returns the path for a cached icon set.
Returns cache statistics.
Functions
Returns the cache directory path.
Clears all cached icon sets.
Fetches an icon set, using cache if available.
Gets a specific icon from cache, fetching the set if needed.
Checks if an icon set is cached locally.
Lists all cached icon set prefixes.
Loads a cached icon set.
Saves an icon set to cache.
Returns the path for a cached icon set.
Returns cache statistics.