com.vaadin.server.ExposeVaadinServerPkg.setCacheTime()

Here are the examples of the java api com.vaadin.server.ExposeVaadinServerPkg.setCacheTime() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

18 Source : VertxVaadinResponse.java
with MIT License
from mcollovati

@Override
public void setCacheTime(long milliseconds) {
    ExposeVaadinServerPkg.setCacheTime(this, milliseconds);
}