Quadcap Embeddable Database

com.quadcap.sql.file.BlockCache Class Reference

Inheritance diagram for com.quadcap.sql.file.BlockCache:

com.quadcap.sql.file.Cache List of all members.

Detailed Description

This class manages a number of buffers on an underlying store.

What about write-through policies?

Author:
Stan Bailes

Definition at line 61 of file BlockCache.java.

Public Member Functions

Cacheable makeCacheable ()
 Factory to create an empty cache slot.


Member Function Documentation

Cacheable com.quadcap.sql.file.BlockCache.makeCacheable  )  [virtual]
 

Factory to create an empty cache slot.

Only a fixed number of cache slots should be created, and they should then be recycled, never destroyed.

Implements com.quadcap.sql.file.Cache.

Definition at line 67 of file BlockCache.java.