Interface ICacheJournal
NCache journal provider.
public
void
|
#
write(
string
$key,
array
$dependencies
)
Writes entry information into the journal. Writes entry information into the journal. Parameters$key string $key$dependencies array $dependencies |
public
array
|
#
clean(
array
$conditions
)
Cleans entries from journal. Cleans entries from journal. Parameters$conditions array $conditionsReturnsarray of removed items or NULL when performing a full cleanup
|