Skip to main content
Dotset Labs home page
Search...
⌘K
GitHub
GitHub
Search...
Navigation
Function: patternCacheKey
Documentation
GitHub
npm
Introduction
Introduction
Quickstart
Installation
Mantle
CLI Commands
Concepts
CI/CD Guides
Security
Tollgate
CLI Commands
Concepts
Integration Guides
Security
API Reference
API Reference
Mantle API
Tollgate API
On this page
Function: patternCacheKey()
Parameters
pattern
flags
Returns
Function: patternCacheKey
Dotset CLI API Documentation
/
index
/ patternCacheKey
Function: patternCacheKey()
Copy
function
patternCacheKey
(
pattern
,
flags
)
:
string
;
Defined in: src/mantle/utils/cache.ts:446
Create a cache key from pattern and flags
Parameters
pattern
string
flags
string
Returns
string
⌘I