
cacheonix.Cacheonix Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datanucleus-cache Show documentation
Show all versions of datanucleus-cache Show documentation
DataNucleus third-party Caching plugin
package cacheonix;
import cacheonix.cache.Cache;
public abstract class Cacheonix
{
public static Cacheonix getInstance()
{
return null;
}
public static Cacheonix getInstance(String filename)
{
return null;
}
public void shutdown()
{
}
public abstract boolean cacheExists(String name);
public abstract Cache createCache(String name);
public abstract Cache getCache(String cacheName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy