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

com.ly.mybatis.mapperservice.holder.CacheHolder Maven / Gradle / Ivy

There is a newer version: 0.0.9
Show newest version
package com.ly.mybatis.mapperservice.holder;


@SuppressWarnings("unused")
public abstract class CacheHolder implements ICacheHolder {
    private final ConcurrentReferenceHashMap cache = new ConcurrentReferenceHashMap<>();

    @Override
    public ConcurrentReferenceHashMap getCache() {
        return cache;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy