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

com.github.bingoohuang.westcache.config.DefaultWestCacheConfig Maven / Gradle / Ivy

There is a newer version: 0.0.37
Show newest version
package com.github.bingoohuang.westcache.config;

import com.github.bingoohuang.westcache.base.WestCacheConfig;

/**
 * @author bingoohuang [[email protected]] Created on 2016/12/23.
 */
public class DefaultWestCacheConfig implements WestCacheConfig {
    @Override public long rotateIntervalMillis() {
        return 60 * 1000L;
    }

    @Override public long timeoutMillisToSnapshot() {
        return 1000L;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy