Class NSqliteJournal
Provides SQLite/SQLite3 based cache journal backend.
- NObject
-
NSqliteJournal implements ICacheJournal
public static
bool
|
#
isAvailable(
)
Returns whether the NSqliteJournal is able to operate. Returns whether the NSqliteJournal is able to operate. |
public
|
#
__construct(
$file
)
|
public
bool
|
#
write(
string
$key,
array
$dependencies
)
Writes entry information into the journal. Writes entry information into the journal. Parameters$key string $key$dependencies array $dependenciesImplementation of |
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
Implementation of |