Handbook
Glossary
fifo-cache? ( object -- ? )
Vocabulary
lru-cache
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
fifo-cache
class.
Definition
USING:
classes.tuple.private
;
IN:
lru-cache
:
fifo-cache?
( object -- ? )
\
fifo-cache
9
tuple-instance?
;