We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.server.
Class LegacyCommunicationManager.ClientCache
- java.lang.Object
-
- com.vaadin.server.LegacyCommunicationManager.ClientCache
-
All Implemented Interfaces:
Enclosing class:
@Deprecated public class LegacyCommunicationManager.ClientCache extends Object implements Serializable
Deprecated.As of 7.1. See #11410.Helper class for terminal to keep track of data that client is expected to know. TODO make customlayout templates (from theme) to be cached here.
See Also:
-
-
Constructor Summary
Constructors Constructor Description ClientCache()
Deprecated.
-
-
-
Method Detail
-
cache
public boolean cache(Object object)
Deprecated.Parameters:
object
-Returns:
true if the given class was added to cache
-
clear
public void clear()
Deprecated.
-
isEmpty
public boolean isEmpty()
Deprecated.
-
-