mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 04:10:47 +02:00
implement six-skill gstack 2 runtime
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
export interface BrainCacheEntity {
|
||||
/** Filename inside ~/.gstack/{,projects/<slug>/}brain-cache/ */
|
||||
/** Filename inside $GSTACK_HOME/{,projects/<project-id>/}brain-cache/ */
|
||||
file: string;
|
||||
/** Time-to-live in milliseconds before cache is considered stale and triggers cold refresh. */
|
||||
ttl_ms: number;
|
||||
|
||||
Reference in New Issue
Block a user