Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
cache vocabulary
Factor documentation
>
Factor handbook
>
Vocabulary index
Summary
An associative mapping whose entries expire after a while
Meta-data
Tags:
collections
Authors:
Slava Pestov
Words
Tuple classes
Class
Superclass
Slots
cache-assoc
disposable
assoc max-age
Ordinary words
Word
Stack effect
<cache-assoc>
( -- cache )
purge-cache
( cache -- )
Class predicate words
Word
Stack effect
cache-assoc?
( object -- ? )
Files
resource:basis/cache/cache.factor
resource:basis/cache/cache-docs.factor
resource:basis/cache/cache-tests.factor
Children
Vocabulary
Summary
cache.private
cache.private vocabulary