Member Junction
Preparing search index...
@memberjunction/global
ObjectCacheEntry
Class ObjectCacheEntry<T>
ObjectCacheEntry is used for the array within the ObjectCache class
Type Parameters
T
=
any
Index
Constructors
constructor
Properties
key
object
Constructors
constructor
new
ObjectCacheEntry
<
T
=
any
>
(
key
:
string
,
object
:
T
)
:
ObjectCacheEntry
<
T
>
Type Parameters
T
=
any
Parameters
key
:
string
object
:
T
Returns
ObjectCacheEntry
<
T
>
Properties
key
key
:
string
object
object
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
key
object
Member Junction
Loading...
ObjectCacheEntry is used for the array within the ObjectCache class