Documentation / @ember-data/request-utils / string
String utilties for transforming and inflecting strings useful for when the format provided by the server is not the format you want to use in your application.
Each transformation function stores its results in an LRUCache to avoid recomputing the same value multiple times. The cache size can be set using the setMaxLRUCacheSize
function. The default size is 10,000.