IMP_Factory_MailboxCache
extends Horde_Core_Factory_Injector
in package
implements
Horde_Shutdown_Task
A Horde_Injector based IMP_Mailbox_SessionCache factory.
Tags
Table of Contents
Interfaces
- Horde_Shutdown_Task
Constants
- STORAGE_KEY = 'mbox_cache'
- Storage key.
Properties
- $_instance : IMP_Mailbox_SessionCache
- Instance.
Methods
- create() : IMP_Mailbox_SessionCache
- Return the IMP_Mailbox_SessionCache instance.
- shutdown() : mixed
- Saves IMP_Mailbox cache data to the session.
Constants
STORAGE_KEY
Storage key.
public
mixed
STORAGE_KEY
= 'mbox_cache'
Properties
$_instance
Instance.
private
IMP_Mailbox_SessionCache
$_instance
Methods
create()
Return the IMP_Mailbox_SessionCache instance.
public
create(Horde_Injector $injector) : IMP_Mailbox_SessionCache
Parameters
- $injector : Horde_Injector
Return values
IMP_Mailbox_SessionCache —Cache instance.
shutdown()
Saves IMP_Mailbox cache data to the session.
public
shutdown() : mixed