Caching
Caching can be seen as rote learning, but can also be seen as a form
of explanation-based learning. This is simply
storing a computed value to avoid having to compute it in the future.
Caching vastly reduces the high cost of relying on meta-knowledge and
the necessary retrieval and application.
Architectures having this capability include:
Go to A List of Common Capabilities.
Return to the Table of Contents
Current Location: Capabilities-Caching