Interface for ActiveRecord cache.
ICanBoogie\ActiveRecord\ActiveRecordCacheBase
ICanBoogie\ActiveRecord\RunTimeActiveRecordCache
public store( ICanBoogie\ActiveRecord $record )
ICanBoogie\ActiveRecord
$record
Stores an ICanBoogie\ActiveRecord instance in the cache.
public retrieve( integer $key ) : ICanBoogie\ActiveRecord|null
$key
Retrieves an ICanBoogie\ActiveRecord instance from the cache.
public eliminate( integer $key )
Eliminates an ICanBoogie\ActiveRecord instance from the cache.
public clear( void )
Clears the cache.