* increasing timestamps? Since this is not used for peer-to-peer syncing,
* minor deviations from exact value are ok (deletion occurs after hours,
* or at most minutes since last access), so let's avoid extra lookup.
* Same goes for other settings
*/
EntryLastAccessed acc = _lastAccessedConverter.createLastAccessed(entry, timestamp);
//_entryConverter.createLastAccessed(entry, timestamp);
_store.put(null, lastAccessKey, new DatabaseEntry(acc.asBytes()));
}
}