  | SiteVariableDataCacheBuster Property | 
This is preliminary documentation and is subject to change.
Note: This API is now obsolete.
            Current wiki cachebuster value.
            
Namespace: WikiClientLibrary.Wikia.SitesAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("cacheBuster")]
[ObsoleteAttribute("cacheBuster is not present in latest Wikia sites anymore. This property will be removed.")]
public long CacheBuster { get; init; }<JsonPropertyNameAttribute("cacheBuster")>
<ObsoleteAttribute("cacheBuster is not present in latest Wikia sites anymore. This property will be removed.")>
Public Property CacheBuster As Long
	Get
	Set
Dim instance As SiteVariableData
Dim value As Long
value = instance.CacheBuster
instance.CacheBuster = valuepublic:
[JsonPropertyNameAttribute(L"cacheBuster")]
[ObsoleteAttribute(L"cacheBuster is not present in latest Wikia sites anymore. This property will be removed.")]
property long long CacheBuster {
	long long get ();
	void set (long long value);
}[<JsonPropertyNameAttribute("cacheBuster")>]
[<ObsoleteAttribute("cacheBuster is not present in latest Wikia sites anymore. This property will be removed.")>]
member CacheBuster : int64 with get, setProperty Value
Int64
See Also