Skip to content

Commit 88f3cbd

Browse files
committed
Update README.md
1 parent e0ba0c0 commit 88f3cbd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ return [
6969
* To turn cache off set this value to 0
7070
*/
7171
'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',
7279

7380
/*
7481
* Path where the webhooks should be handled.

0 commit comments

Comments
 (0)