ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / Big Data / Managing Memcached databases
  • Properties specific to memcachedResult variables
  • WLanguage functions that use the memcachedResult type
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
memcachedResult (Variable type)
In french: memcachedRésultat
The memcachedResult type is used to define the characteristics of a value read on a Memcached server. The characteristics of this value can be defined and modified using various WLanguage properties.
Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
R is memcachedResult = MemcachedGet(memConnexion, "clé")
Properties

Properties specific to memcachedResult variables

The following properties can be used to define the characteristics of memcachedResult variables:
Property nameType usedEffect
CASIntegerValue of previous version read.
This property is read-only.
Warning: The Memcached server must support CAS (property SupportCAS property of variable type memcachedConnection to True). CAS (Check And Set) is used to perform a data modification only if this data was not modified since it was last read.
FlagIntegerAdditional value associated with the Key/Value couple.
This property is read-only.
KeyCharacter stringKey name.
This property is read-only.
ValueBufferKey value.
This property is read-only.
Remarks

WLanguage functions that use the memcachedResult type

MemcachedGetKeyGroupRetrieves the values of keys stored on a group of Memcached servers.
MemcacheGetRetrieves the values of keys stored on a Memcached server.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help