org.alfresco.mock.test.ws.MockRequiredCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alfresco-tests Show documentation
Show all versions of alfresco-tests Show documentation
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