-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
FilesAdapter.js
Fosco Marotto edited this page Jan 28, 2016
·
2 revisions
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