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/05/17 17:22] 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 | + | * 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 ===== | ||
Line 21: | Line 21: | ||
As noted above, VuFind' | As noted above, VuFind' | ||
+ | * alephTranslator - used by VuFind\ILS\Driver\Aleph | ||
* edsAuthenticationToken - used by VuFindSearch\Backend\EDS\Backend | * edsAuthenticationToken - used by VuFindSearch\Backend\EDS\Backend | ||
* solrSearchAdvancedFacets*, | * solrSearchAdvancedFacets*, | ||
* summonSearchAdvancedFacets - used by VuFind\Controller\SummonController | * summonSearchAdvancedFacets - used by VuFind\Controller\SummonController | ||
* VoyagerRestful-* - used by VuFind\ILS\Driver\VoyagerRestful | * VoyagerRestful-* - used by VuFind\ILS\Driver\VoyagerRestful |
development/architecture/caching.1463505733.txt.gz · Last modified: 2016/05/17 17:22 by demiankatz