Preparing search index...
The search index is not available
@fingerprintjs/fingerprintjs-pro-angular
@fingerprintjs/fingerprintjs-pro-angular
LocalStorageCache
Class LocalStorageCache
Implementation of caching that uses local storage
Hierarchy
LocalStorageCache
Implements
ICache
Index
Constructors
constructor
Properties
prefix
Methods
all
Keys
get
remove
set
Constructors
constructor
new
Local
Storage
Cache
(
prefix
?
)
:
LocalStorageCache
Parameters
Optional
prefix
:
string
Returns
LocalStorageCache
Properties
prefix
prefix
:
string
Methods
all
Keys
all
Keys
(
)
:
string
[]
Returns
string
[]
get
get
<
T
>
(
key
)
:
undefined
|
T
Type Parameters
T
=
Cacheable
<
false
>
Parameters
key
:
string
Returns
undefined
|
T
remove
remove
(
key
)
:
void
Parameters
key
:
string
Returns
void
set
set
<
T
>
(
key
,
entry
)
:
void
Type Parameters
T
=
Cacheable
<
false
>
Parameters
key
:
string
entry
:
T
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
prefix
all
Keys
get
remove
set
@fingerprintjs/fingerprintjs-
pro-
angular
FingerprintJSPro
Cache
Location
Fingerprintjs
Pro
Angular
Module
Fingerprintjs
Pro
Angular
Service
In
Memory
Cache
Local
Storage
Cache
Session
Storage
Cache
Fpjs
Client
Options
ICache
IFingerprintjs
Pro
Settings
Cacheable
Extended
Get
Result
Get
Options
Get
Result
Load
Options
default
Endpoint
default
Script
Url
Pattern
default
Tls
Endpoint
Generated using
TypeDoc
Implementation of caching that uses local storage