You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

7
-

8
-
[](https://packagist.org/packages/vormkracht10/laravel-permanent-cache)

7
+

8
+
[](https://packagist.org/packages/backstage/laravel-permanent-cache)
9
9
10
10
This package aims to provide functionality of using a *permanent* cache for tasks using heavy Eloquent models, database queries or other long running tasks in your Laravel app. The permanent cache updates itself in the background using a scheduled task or by listening to an event so no users are harmed waiting on a given request.
11
11
@@ -16,13 +16,13 @@ Its use case is primarily to be used for heavy tasks that should return complex
Copy file name to clipboardExpand all lines: composer.json
+13-10Lines changed: 13 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,30 @@
1
1
{
2
-
"name": "vormkracht10/laravel-permanent-cache",
2
+
"name": "backstage/laravel-permanent-cache",
3
3
"description": "Using Laravel Permanent Cache you can cache intensive operations permanently and update them in the background, so your users don't have to wait!",
0 commit comments