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

de.mhus.osgi.api.cache.LocalCache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
package de.mhus.osgi.api.cache;

import java.io.Closeable;

import org.ehcache.Cache;
import org.ehcache.CacheManager;
import org.osgi.framework.Bundle;

public interface LocalCache extends Cache, Closeable {

    CacheManager getCacheManager();

    Bundle getBundle();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy