getGlobalCacheManager
Summary
Get the global cache manager instanceSignature
Parameters
options
Type:CacheManagerOptions
Optional: Yes
Cache configuration options (only used on first call)
Returns
Type:CacheManager
Get the global cache manager instance
Remarks
The global cache manager is a singleton. Options can only be provided on the first call. If you need to reconfigure, call [object Object] first, or create a new instance withnew CacheManager(options) instead.
