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

com.buschmais.xo.impl.cache.ReferenceCache Maven / Gradle / Ivy

The newest version!
package com.buschmais.xo.impl.cache;

import com.github.benmanes.caffeine.cache.Caffeine;

public class ReferenceCache extends AbstractCache {

    protected ReferenceCache() {
        super(Caffeine.newBuilder()
            .build());
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy