All Downloads are FREE. Search and download functionalities are using the official Maven repository.

work.voidframework-cache.1.1.2.source-code.reference.conf Maven / Gradle / Ivy

voidframework {

    # Core configuration
    core {

        acceptedScanPaths += "dev.voidframework.cache"
    }

    # Cache configuration
    cache {

        # Specifies the cache engine implementation to use
        # engine = "dev.voidframework.cache.engine.MemoryCacheEngine"

        # In-Memory cache configuration
        inMemory {

            # Flush cache when reach a specific number of keys
            flushWhenFullMaxItem = 500
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy