interfaceJournal
Cache journal provider.
Writes entry information into the journal.
Cleans entries from journal.
voidwrite(string $key, array $dependencies)
Writes entry information into the journal.
string | $key | |
array | $dependencies |
void |
array|nullclean(array $conditions)
Cleans entries from journal.
array | $conditions |
array|null | of removed items or null when performing a full cleanup |