Skip to content

Instantly share code, notes, and snippets.

@atishn
Created August 1, 2014 19:20
Show Gist options
  • Save atishn/9883fbcdf9b7f4795aa3 to your computer and use it in GitHub Desktop.
Save atishn/9883fbcdf9b7f4795aa3 to your computer and use it in GitHub Desktop.
Java Melody Configuration
<defaultCache maxElementsInMemory="10000"
eternal="false"
    overflowToDisk="false"
    timeToIdleSeconds="1800"
    timeToLiveSeconds="1800"
    diskPersistent="false"
    diskExpiryThreadIntervalSeconds="120"
    statistics="true"
    memoryStoreEvictionPolicy="LRU"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment