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

org.alfresco.mock.test.ws.MockRequiredCache Maven / Gradle / Ivy

Go to download

This is a jar project based on mock classes to test fastly the alfresco applications

The newest version!
package org.alfresco.mock.test.ws;

import org.springframework.extensions.webscripts.Description.RequiredCache;

public class MockRequiredCache implements RequiredCache {

	@Override
	public boolean getNeverCache() {
		return false;
	}

	@Override
	public boolean getIsPublic() {
		return false;
	}

	@Override
	public boolean getMustRevalidate() {
		return false;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy