ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / Big Data / Managing Memcached databases
  • Properties specific to memcachedResult variables
  • WLanguage functions that use the memcachedResult type
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
memcachedResult (Type of variable)
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 by several WLanguage properties.
Remark: 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(memConnection, "key")
Remarks

Properties specific to memcachedResult variables

The following properties can be used to handle a memcachedResult variable:
Property nameType usedEffect
CASIntegerValue of previous version read.
This property is read-only.
Caution: The Memcached server must support CAS (SupportCAS property of the memcachedConnection variable set 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.

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: 01/26/2023

Send a report | Local help