Namespace app.data
- Defined in: Global.js
Constructor Attributes | Constructor Name and Description |
---|---|
Helma’s built-in application-wide in-memory store.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
app.data.callbacks
Temporary in-memory store of site callbacks.
|
<static> |
app.data.entries
Temporary in-memory store of LogEntry instances.
|
<static> |
app.data.features
In-memory registry of Feature instances.
|
<static> |
app.data.mails
In-memory e-mail message queue.
|
<static> |
app.data.requests
In-memory store of remote requests for counting story hits.
|
Namespace Detail
app.data
Helma’s built-in application-wide in-memory store.
Field Detail
<static>
app.data.callbacks
Temporary in-memory store of site callbacks.
They will be invoked asynchronously by an Admin method.
<static>
{Array}
app.data.entries
Temporary in-memory store of LogEntry instances.
They will be made persistent asynchronously by an Admin method.
<static>
{Array}
app.data.features
In-memory registry of Feature instances.
Features are defined in the “extra” dir.
<static>
{Array}
app.data.mails
In-memory e-mail message queue.
They will be sent asynchronously by an Admin method.
- See:
- helma.mail.flushQueue
- scheduler
<static>
{Array}
app.data.requests
In-memory store of remote requests for counting story hits.
They will be made persistent asynchronously by an Admin method.