CacheConfiguration

abstract class CacheConfiguration

Represents the cache configuration for i18next.

This class is abstract so when a cache plugin wrapper is being implemented, this class should be extended to be used as configuration for the plugin.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getAsDynamic(): dynamic

Serializes the configuration into a dynamic object suitable for passing to JavaScript.