Skip to end of metadata
Go to start of metadata

Even though all Coconut Cache instance comes with default settings, most users will need to tweak these settings. Perhaps a default expiration time needs to be configured, how the cache should be managed using JMX, or how errors should be handled.

The CacheConfiguration class

All Coconut Cache implementations contains a constructor that takes an instance of a CacheConfiguration. This configuration object contains all the settings that should be applied to the cache.

Labels
  • None