Skip to content

classes_essentials_session_filesstore.class

Daniel Spors edited this page Dec 19, 2023 · 2 revisions

Classes in file essentials/session/filesstore.class.php

class FilesStore

Stores objects in the filesystem. This is by far the fastets ObjectStore implementation. As we use it mostly, it is most commonly updated!

Extends: ObjectStore

Subclasses: CliObjectStore

Cleanup

OVERRIDE ObjectStore::Cleanup

CreateId

OVERRIDE ObjectStore::CreateId

Delete

OVERRIDE ObjectStore::Delete

Exists

OVERRIDE ObjectStore::Exists

Migrate

OVERRIDE ObjectStore::Migrate

Restore

OVERRIDE ObjectStore::Restore

Store

OVERRIDE ObjectStore::Store

Update

OVERRIDE ObjectStore::Update

Clone this wiki locally