Skip to content

FilesAdapter.js

Fosco Marotto edited this page Jan 28, 2016 · 2 revisions
FilesAdapter.js

Interface for allowing the underlying file storage to be changed

Adapter classes must implement the following functions:

  • create(config, filename, data)
  • get(config, filename)

See GridStoreAdapter.js for the default implementation