summaryrefslogtreecommitdiffstats
path: root/doc/development/caching.txt
Commit message (Collapse)AuthorAgeFilesLines
* doc: Fix 1.4.0pre1 release notesSol Jerome2014-06-161-2/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Rewrote arbitrary data cache systemChris St. Pierre2013-08-161-0/+73
| | | | | | | | | | | | The caching facilities in Bcfg2.Server.Cache provided basically no features. This rewrites that to allow for much more powerful cache expiration, with a particular focus on interoperation between different components and plugins to let caches be expired as necessary. (E.g., the Probes plugin can expire the Metadata cache.) This does not affect any of the file data cached by Bcfg2, only the caches that are populated with arbitrary data (Metadata, Packages, Probes, etc.).
* Revert "doc: minor fixes"Chris St. Pierre2013-08-141-73/+0
| | | | | | Commit had more stuff in it than it should have. This reverts commit a9a7c84703eb7250012fd68af3e4ca77eae07029.
* doc: minor fixesChris St. Pierre2013-08-141-0/+73