development:architecture:caching
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
development:architecture:caching [2016/06/22 13:30] demiankatz [Consumers of the Object Cache] |
development:architecture:caching [2020/09/22 13:54] 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 | + | * config - stores top-level |
- | * 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.txt · Last modified: 2020/09/22 13:54 by demiankatz