A _Cache_ is a class that allows **RSS-Bridge** to store fetched data in a local storage area on the server. Cache imlementations are placed in the `caches/` folder (see [Folder structure](../04_For_Developers/03_Folder_structure.md)). A cache must implement the [`CacheInterface`](../07_Cache_API/02_CacheInterface.md) interface. For more information about how to create a new `Cache`, read [How to create a new cache?](../07_Cache_API/01_How_to_create_a_new_cache.md) cgit logo'/> index : it-tools
Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/tools/json-diff/diff-viewer/diff-viewer.vue (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-19feat(config): allow app to run in a subfolder via BASE_URL (#461)Gravatar Seb 2-7/+10
2023-06-19fix(mime-types): typos (#470)Gravatar Corentin THOMASSET 1-2/+2
2023-06-19refactor(search): command palette design (#463)Gravatar Corentin THOMASSET 18-386/+576
2023-06-19chore(wysiwyg-editor): update tiptap dependenciesGravatar Corentin Thomasset 3-845/+1318
2023-06-18feat(new-tool): percentage calculator (#456)Gravatar Seb 5-1/+129
2023-06-18feat(new-tool): json to csv converterGravatar Corentin Thomasset 7-0/+200
2023-06-18fix(sonar): took down minor sonar warningGravatar Corentin Thomasset 2-3/+1
2023-06-18chore(i18n): setup i18n plugin configGravatar Corentin Thomasset 11-5/+256
2023-06-18feat(new tool): xml formatter (#457)Gravatar jmmanzano 10-0/+156
2023-06-18feat(chmod-calculator): added symbolic representation (#455)Gravatar myztillx 3-3/+82
2023-06-18feat(enhancement): use system dark mode (#458)Gravatar Seb 4-35/+8
2023-06-11refactor(c-input-text): force usage of props with defaultGravatar Corentin Thomasset 1-2/+1
2023-06-10refactor(naming): prevent auto import conflicts for git memoGravatar Corentin Thomasset 3-2/+3
2023-06-10refactor(imports): removed unnecessary imports to vueGravatar Corentin Thomasset 59-59/+17