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

com.arangodb.InternalQueryCacheDriver Maven / Gradle / Ivy

There is a newer version: 7.15.0
Show newest version
package com.arangodb;

import com.arangodb.entity.DefaultEntity;
import com.arangodb.entity.QueryCachePropertiesEntity;
import com.arangodb.impl.BaseDriverInterface;

/**
 * Created by a-brandt on 2015-09-11.
 */
public interface InternalQueryCacheDriver extends BaseDriverInterface {

	DefaultEntity deleteQueryCache(String database) throws ArangoException;

	QueryCachePropertiesEntity getQueryCacheProperties(String database) throws ArangoException;

	QueryCachePropertiesEntity setQueryCacheProperties(String database, QueryCachePropertiesEntity properties) throws ArangoException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy