The cache-while Reference Manual

This is the cache-while Reference Manual, version 0.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Jul 15 03:28:38 2024 GMT+0.

Table of Contents


1 Systems

The main system appears first, followed by any subsystem dependency.


1.1 cache-while

A Common Lisp macro for defining temporary caches that invalidate based on expressions evaluating to different values.

Author

Charles Jackson <>

License

LLGPL

Version

0.0.0

Source

cache-while.asd.

Child Components

2 Files

Files are sorted by type and then listed depth-first from the systems components trees.


2.1 Lisp


2.1.1 cache-while/cache-while.asd

Source

cache-while.asd.

Parent Component

cache-while (system).

ASDF Systems

cache-while.


2.1.2 cache-while/package.lisp

Source

cache-while.asd.

Parent Component

cache-while (system).

Packages

cache-while.


2.1.3 cache-while/cache-while.lisp

Dependency

package.lisp (file).

Source

cache-while.asd.

Parent Component

cache-while (system).

Public Interface

cache-while (macro).


3 Packages

Packages are listed by definition order.


3.1 cache-while

Source

package.lisp.

Use List

common-lisp.

Public Interface

cache-while (macro).


4 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


4.1 Public Interface


4.1.1 Macros

Macro: cache-while (place eqs-values &body body)
Package

cache-while.

Source

cache-while.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   C   M  
Index Entry  Section

C
cache-while: Public macros

M
Macro, cache-while: Public macros


A.3 Variables