This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
629bf6177a
budibase
/
packages
/
backend-core
/
cache.js
5 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
WIP - first version of user sessions.
2021-07-06 19:10:04 +02:00
module
.
exports
=
{
user
:
require
(
"./src/cache/user"
)
,
Updating the getAllApps function to use a cached version of the app metadata, rather than retrieving it individually everytime. Also invalidating the results everytime they are updated (at least in the important locations).
2021-11-15 18:40:45 +01:00
app
:
require
(
"./src/cache/appMetadata"
)
,
WIP - first version of user sessions.
2021-07-06 19:10:04 +02:00
}