SessionBaseClientCache Property |
Gets the client page cache object
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public DataCache ClientCache { get; }
Public ReadOnly Property ClientCache As DataCache
Get
public:
property DataCache^ ClientCache {
DataCache^ get ();
}
member ClientCache : DataCache with get
Property Value
Type:
DataCacheThe
DataCacheSee Also