Syntax
| C# |
|---|
public class CacheableString |
| Visual Basic (Declaration) |
|---|
Public Class CacheableString |
| Visual C++ |
|---|
public ref class CacheableString |
The type exposes the following fields.
Public Fields
| Name | Description | |
|---|---|---|
| CacheableStringMaxLength |
Gives the upper limit of CacheableString that is allowed.
The length of string provided by the user should be less than this value.
|
See Also
GemStone.GemFire.Cache Namespace