A ClientStore
NOTE: Please don't use the ClientStore to store big data. When a session will be created form a device all previously stored data on this device will be sent to the server within the first request. Instead it's a better practice to save small data to identify the client like an ID to restore the session from a persistent store on the server side.
@noimplement This interface is not intended to be implemented by clients. @since 0.11
|
|
|
|
|
|