development:architecture:caching
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
development:architecture:caching [2020/03/04 13:40] demiankatz |
development:architecture:caching [2020/09/22 13:54] (current) demiankatz |
||
---|---|---|---|
Line 5: | Line 5: | ||
===== The Cache Manager and Its Caches ===== | ===== The Cache Manager and Its Caches ===== | ||
- | VuFind has a [[https:// | + | VuFind has a [[https:// |
- | * config - stores top-level Laminas configurations; | + | * config - stores top-level Laminas configurations; |
- | * cover - stores cover images; used by the [[https:// | + | * cover - stores cover images; used by the [[https:// |
* language - stores parsed i18n language files; set up as part of [[https:// | * language - stores parsed i18n language files; set up as part of [[https:// | ||
* object - stores serialized PHP objects; this is the most general-purpose cache in VuFind, shared by several different consumers. If you want to cache data of your own, this is a good place to put it, as long as you name your cache keys with appropriate uniqueness. | * object - stores serialized PHP objects; this is the most general-purpose cache in VuFind, shared by several different consumers. If you want to cache data of your own, this is a good place to put it, as long as you name your cache keys with appropriate uniqueness. | ||
- | * searchspecs - stores parsed/ | + | * searchspecs - stores parsed/ |
===== Cache Locations ===== | ===== Cache Locations ===== |
development/architecture/caching.1583329213.txt.gz · Last modified: 2020/03/04 13:40 by demiankatz