Is this item visible to the timestamped transaction?
            
Namespace: NHibernate.CacheAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
 Syntax
Syntax
| C# | 
|---|
| public bool IsGettable( long txTimestamp ) | 
| Visual Basic | 
|---|
| Public Function IsGettable ( _ txTimestamp As Long _ ) As Boolean | 
| Visual C++ | 
|---|
| public: virtual bool IsGettable( long long txTimestamp ) sealed | 
Parameters
- txTimestamp
- Type: System..::..Int64[Missing <param name="txTimestamp"/> documentation for "M:NHibernate.Cache.CachedItem.IsGettable(System.Int64)"] 
Return Value
[Missing <returns> documentation for "M:NHibernate.Cache.CachedItem.IsGettable(System.Int64)"]





