C#
VB
C++
Gets an item from the cache.
public virtual byte[] Item(string id) { get; }
Public Overridable ReadOnly Default Property Item( _ByVal id As String _) As Byte()
public:virtual property array<byte>^ default [String^] {array<byte>^ get(String^ id);}
id
A System.String that identifies the cache item to be retrieved.
The item stored in the cache as an array of System.Byte
If the item specified by the id does not exist, this property will throw an exception.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
