Click or drag to resize

PageCache Class

Maintains string references to Pages within a Database
Inheritance Hierarchy
SystemObject
  VelocityDbPageCache

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public class PageCache : IEnumerable<Page>, 
	IEnumerable

The PageCache type exposes the following members.

Properties
  NameDescription
Public propertyItem
Get or set a page in the page cache
Public propertyLength
Max number of pages in page cache
Top
Methods
  NameDescription
Public methodGetEnumerator
Enumeration of all objects of the cached Pages
Top
See Also