blob: fe24d5f1d8709f8f67516fd4a62da89764d3d583 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2017 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.internet.cache.internal.preferences;
/**
* Constant definitions for plug-in preferences
*/
public class PreferenceConstants {
public static final String CACHE_ENABLED = "cacheEnabled"; //$NON-NLS-1$
public static final String IGNORE_NO_CACHE_HEADER = "ignoreNoCacheHeader"; //$NON-NLS-1$
public static final String CACHE_DURATION = "cacheDuration"; //$NON-NLS-1$
public static final String PROMPT_DISAGREED_LICENSES = "promptDisagreedLicenses"; //$NON-NLS-1$
}