Location:
sb32tree.h
Link against: estor.lib
CPageCache
Supported from 5.0
Provides a cache for page pools.
Persistent page pools rely on a cache to provide in-memory space for their pages and to cache frequently accessed pages.
|
Defined in CPageCache
:
Anonymous
, CPageCache()
, ConstructL()
, EDefaultPages
, NewL()
, NewLC()
, ~CPageCache()
Inherited from CBase
:
operator new()
static CPageCache* NewL(TInt aPages=EDefaultPages);
Allocates and constructs a new page cache.
|
|
static CPageCache* NewLC(TInt aPages=EDefaultPages);
Allocates and constructs a new page cache, and leaves it on the cleanup stack.
|
|
void ConstructL(TInt aPages=EDefaultPages);
Second phase construction.
|
enum {EDefaultPages=20};
Defines the default number of pages in the cache.
|