iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

MemoryCacheLevel.Strong Field

Constant for strong caching. This cache model will guarantee that the results stay in memory until the cache is explicitly flushed. This is ideal for results that are: very small absolutely static used very often The advantage is that performance will be very good for this particular query. The disadvantage is that if the memory used by these results is needed, then it will not be released to make room for other objects (possibly more important objects).

[Visual Basic]
Public Shared Strong As MemoryCacheLevel
[C#]
public static Strong Strong;

See Also

MemoryCacheLevel Class | IBatisNet.DataMapper.Configuration.Cache.Memory Namespace