Class CacheCell
Identifies an individual cell in the cache.
Methods summary
public
|
#
__construct( type $setNo, type $index, type $offset )
Constructs a new instance representing the specified location.
Constructs a new instance representing the specified location.
Parameters
- $setNo
type $setNo The set number (starting from zero) of the newly created location.
- $index
type $index The index in the set (starting from zero) of the newly created location.
- $offset
type $offset The offset of the block (starting from zero) of the newly created
location.
|
public
integer
|
#
getSetNo( )
Returns
integer The set number (starting from zero) of this location.
|
public
integer
|
#
getIndex( )
Returns
integer The index (starting from zero) of this location.
|
public
integer
|
#
getOffset( )
Returns
integer The offset (starting from zero) of this location.
|