We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ba0c0 commit 88f3cbdCopy full SHA for 88f3cbd
README.md
@@ -69,6 +69,13 @@ return [
69
* To turn cache off set this value to 0
70
*/
71
'cache_lifetime' => env('IGDB_CACHE_LIFETIME', 3600),
72
+
73
+ /**
74
+ * The prefix used to cache the results.
75
+ *
76
+ * E.g.: `[CACHE_PREFIX].75170fc230cd88f32e475ff4087f81d9`
77
+ */
78
+ 'cache_prefix' => 'igdb_cache',
79
80
/*
81
* Path where the webhooks should be handled.
0 commit comments