Model
FileInfoManager
Magento\Analytics\Model\FileInfoManager
What it does
This class manages the persistence of FileInfo objects used by Magento Analytics, specifically storing and retrieving file metadata like paths and initialization vectors.
Developers use this to save encrypted file information to the database via FlagManager and later retrieve it, with automatic encoding/decoding of sensitive parameters like initialization vectors.
Public Methods
- save()
- load()