open fun setCacheSpecification(cacheSpecification: String): Unit
Set the Caffeine cache specification String to use for building each individual CaffeineCache instance. The given value needs to comply with Caffeine's CaffeineSpec (see its javadoc).
See Also
#createNativeCaffeineCachecom.github.benmanes.caffeine.cache.Caffeine#from(String)