Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
WeakCache
Guides
Weak Cache Functions
Symbols
CheckWeakCache
CleanupAfter
ClearHistory
ClearWeakCache
CreateReference
SameInstanceQ
SetWeakCache
StrongReference
WeakHashTable
WeakReference
JasonB`WeakCache`
C
l
e
a
r
W
e
a
k
C
a
c
h
e
C
l
e
a
r
W
e
a
k
C
a
c
h
e
[
e
x
p
r
,
k
e
y
]
r
e
m
o
v
e
s
t
h
e
g
i
v
e
n
e
n
t
r
y
f
r
o
m
t
h
e
g
l
o
b
a
l
w
e
a
k
h
a
s
h
t
a
b
l
e
.
C
l
e
a
r
W
e
a
k
C
a
c
h
e
[
e
x
p
r
]
r
e
m
o
v
e
s
a
l
l
k
e
y
-
v
a
l
u
e
p
a
i
r
s
a
s
s
o
c
i
a
t
e
d
w
i
t
h
t
h
e
e
x
p
r
e
s
s
i
o
n
e
x
p
r
.
C
l
e
a
r
W
e
a
k
C
a
c
h
e
[
]
r
e
m
o
v
e
s
a
l
l
e
n
t
r
i
e
s
f
r
o
m
t
h
e
g
l
o
b
a
l
w
e
a
k
h
a
s
h
t
a
b
l
e
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
2
)
Basic Examples
(
2
)
I
n
[
1
]
:
=
e
x
p
r
=
M
o
l
e
c
u
l
e
[
B
i
o
S
e
q
u
e
n
c
e
[
"
A
T
T
G
A
C
A
"
]
]
O
u
t
[
1
]
=
M
o
l
e
c
u
l
e
F
o
r
m
u
l
a
:
C
6
9
H
8
7
N
2
7
O
3
9
P
6
A
t
o
m
s
:
2
2
8
B
o
n
d
s
:
2
4
5
I
n
[
2
]
:
=
S
e
t
W
e
a
k
C
a
c
h
e
[
e
x
p
r
,
"
a
d
j
a
c
e
n
c
y
m
a
t
r
i
x
"
,
e
x
p
r
[
"
A
d
j
a
c
e
n
c
y
M
a
t
r
i
x
"
]
]
I
n
[
3
]
:
=
C
h
e
c
k
W
e
a
k
C
a
c
h
e
[
e
x
p
r
,
"
a
d
j
a
c
e
n
c
y
m
a
t
r
i
x
"
]
O
u
t
[
3
]
=
S
p
a
r
s
e
A
r
r
a
y
S
p
e
c
i
f
i
e
d
e
l
e
m
e
n
t
s
:
4
9
0
D
i
m
e
n
s
i
o
n
s
:
{
2
2
8
,
2
2
8
}
I
n
[
4
]
:
=
C
l
e
a
r
W
e
a
k
C
a
c
h
e
[
e
x
p
r
,
"
a
d
j
a
c
e
n
c
y
m
a
t
r
i
x
"
]
O
u
t
[
4
]
=
T
r
u
e
I
n
[
5
]
:
=
C
h
e
c
k
W
e
a
k
C
a
c
h
e
[
e
x
p
r
,
"
a
d
j
a
c
e
n
c
y
m
a
t
r
i
x
"
]
O
u
t
[
5
]
=
$
F
a
i
l
e
d
As with all functions in this paclet, it is important to note that even if two expressions are the same they may or may not point to the same underlying data.
I
n
[
1
]
:
=
e
x
p
r
1
=
N
@
R
a
n
g
e
[
1
0
]
;
S
e
t
W
e
a
k
C
a
c
h
e
[
e
x
p
r
1
,
"
s
o
m
e
k
e
y
"
,
"
s
o
m
e
V
a
l
u
e
"
]
I
n
[
2
]
:
=
C
l
e
a
r
W
e
a
k
C
a
c
h
e
[
N
@
R
a
n
g
e
[
1
0
]
]
O
u
t
[
2
]
=
F
a
l
s
e
I
n
[
3
]
:
=
e
x
p
r
2
=
e
x
p
r
1
;
C
l
e
a
r
A
l
l
[
e
x
p
r
1
]
;
C
l
e
a
r
W
e
a
k
C
a
c
h
e
[
e
x
p
r
2
]
O
u
t
[
3
]
=
T
r
u
e
S
e
e
A
l
s
o
W
e
a
k
H
a
s
h
T
a
b
l
e
▪
S
e
t
W
e
a
k
C
a
c
h
e
▪
C
h
e
c
k
W
e
a
k
C
a
c
h
e
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
W
e
a
k
C
a
c
h
e
F
u
n
c
t
i
o
n
s
"
"