Introduction


Helps you manage a cache of your application such as saving text, files in the cache memory and reading them. This extension can clear your app cache too.


HOW TO



Raised when error occurred.

message: Error message






Raised when the saved file from the cache memory is read

tag: Tag of the file
output: Output file name




Raised when saved data to the cache memory

format: Format of the data
tag: Tag of the data





Read the file from the cache memory

fileName: Path to save
outputName: Tag of the file




Save the file to the cache memory

fileName: Path to read
outputName: Tag of the file




Removes saved file from the cache memory

tag: Tag of the file
returns: true if success




Save text data to the cache memory

text: Text data to save
tag: Tag of the text data




Read text from the cache memory

tag: Tag of the text data
returns: Saved text data




Removes saved text data from the cache memory

tag: Tag of the text data
returns: true if success




Returns the file type data of the value 2




Returns the text type data of the value 1