Interface ActiveRecordCache
Interface for ActiveRecord cache.
Direct known implementers
Indirect known implementers
Methods summary
public
store( ICanBoogie\ActiveRecord
$record
)
Stores an ICanBoogie\ActiveRecord
instance in the cache.
public
retrieve( integer $key
)
: ICanBoogie\ActiveRecord
|null
Retrieves an ICanBoogie\ActiveRecord
instance from the cache.