Home
last modified time | relevance | path

Searched refs:BatcheditSessionCache (Results 1 – 1 of 1) sorted by relevance

/plugin/batchedit/
H A Dengine.php444 class BatcheditSessionCache { class
581 $this->cache = new BatcheditSessionCache($expirationTime);
590 @unlink(BatcheditSessionCache::getFileName($id, 'cancel'));
926 $this->fileName = BatcheditSessionCache::getFileName($sessionId, 'progress');
1002 @touch(BatcheditSessionCache::getFileName($sessionId, 'cancel'));
1214 return file_exists(BatcheditSessionCache::getFileName($this->session->getId(), 'cancel'));