DefaultTextFormater

org.beangle.commons.text.i18n.DefaultTextFormater

DefaultTextFormater with cache

Attributes

Since

3.0.0

Graph
Supertypes
trait TextFormater
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def format(text: String, locale: Locale, args: Any*): String

Concrete fields

protected val caches: HashMap[Locale, ConcurrentHashMap[String, MessageFormat]]