book
Article ID: KB0089691
calendar_today
Updated On:
Description
Resolution:
The documentation states that GridCache supports keys that are strings. However it does not support the following characters:
* UK Pound
* Not symbol
* Euro Symbol
* Broken bar Symbol
This means you can use characters such as '_', '-', '/' and '.' in GridCache keys.
If you use Binary values or the unsupported characters above then you will see a CacheException: Input string was not in a correct format error when using the GridCache keyset method.