Restituisce la dimensione in byte di un oggetto salvato in cache; corrisponde alla dimensione fisica del file che contiene l'oggetto serializzato.
[Visual Basic] Public Function GetObjectSize( _ ByVal key As String _ ) _ Implements ICacheStorage.GetObjectSize As Long [C#] public long GetObjectSize( string key ); [C++] public: __int64 GetObjectSize( String* key ); [JScript] public function GetObjectSize( String key ): long;
La dimensione in byte dell'oggetto serializzato
FileSystemCacheStorage Class | Caching Namespace