PHP Class IMP_Factory_MailboxCache, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Factory_Injector, implements Horde_Shutdown_Task
Mostra file Open project: horde/horde

Public Methods

Method Description
create ( Horde_Injector $injector ) : IMP_Mailbox_SessionCache Return the IMP_Mailbox_SessionCache instance.
shutdown ( ) Saves IMP_Mailbox cache data to the session.

Method Details

create() public method

Return the IMP_Mailbox_SessionCache instance.
public create ( Horde_Injector $injector ) : IMP_Mailbox_SessionCache
$injector Horde_Injector
return IMP_Mailbox_SessionCache Cache instance.

shutdown() public method

Saves IMP_Mailbox cache data to the session.
public shutdown ( )