ICanBoogie/ActiveRecord 3.0.x
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • ActiveRecord
      • ActiveRecordCache
      • Driver
      • Property
      • Validate
        • Reader
        • Validator
        • ValidatorProvider

Classes

  • AbstractActiveRecordCache
  • RuntimeActiveRecordCache

Class RuntimeActiveRecordCache

Cache records during run time.

ICanBoogie\ActiveRecord\ActiveRecordCache\AbstractActiveRecordCache implements ICanBoogie\ActiveRecord\ActiveRecordCache
Extended by ICanBoogie\ActiveRecord\ActiveRecordCache\RuntimeActiveRecordCache implements IteratorAggregate
Namespace: ICanBoogie\ActiveRecord\ActiveRecordCache
Located at ActiveRecord/ActiveRecordCache/RuntimeActiveRecordCache.php

Methods summary

public
# store( ICanBoogie\ActiveRecord $record )

Parameters

$record

Inheritdoc

public ICanBoogie\ActiveRecord|null
# retrieve( integer $key )

Parameters

$key

Returns

ICanBoogie\ActiveRecord|null

Inheritdoc

public
# eliminate( integer $key )

Parameters

$key

Inheritdoc

public
# clear( )

Inheritdoc

public
# getIterator( )

Inheritdoc

Implementation of

IteratorAggregate::getIterator()

Methods inherited from ICanBoogie\ActiveRecord\ActiveRecordCache\AbstractActiveRecordCache

__construct()

Properties summary

protected ICanBoogie\ActiveRecord[] $records

Cached records.

Cached records.

# []

Properties inherited from ICanBoogie\ActiveRecord\ActiveRecordCache\AbstractActiveRecordCache

$model

ICanBoogie/ActiveRecord 3.0.x API documentation generated by ApiGen