We are facing cache warnings when the API cache configuration is loaded.
2018-09-05 12:47:11,052 main WARN n.s.e.c.CacheConfiguration - CacheConfiguration.warnMaxEntriesLocalHeap() : Cache: auth_cache has a maxElementsInMemory of 0. This might lead to performance degradation or OutOfMemoryError at Terracotta client.From Ehcache 2.0 onwards this has been changed to mean a store with no capacity limit. Set it to 1 if you want no elements cached in memory .
Please suggest to avoid this warning.