Package com.vaadin.server
Class LegacyCommunicationManager.ClientCache
- java.lang.Object
-
- com.vaadin.server.LegacyCommunicationManager.ClientCache
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- LegacyCommunicationManager
@Deprecated public class LegacyCommunicationManager.ClientCache extends java.lang.Object implements java.io.SerializableDeprecated.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientCache()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancache(java.lang.Object object)Deprecated.voidclear()Deprecated.booleanisEmpty()Deprecated.
-