Allow requiring cache size for page props
authorStanislav Malyshev <smalyshev@gmail.com>
Thu, 18 Aug 2016 06:25:37 +0000 (23:25 -0700)
committerStanislav Malyshev <smalyshev@gmail.com>
Thu, 18 Aug 2016 19:57:34 +0000 (12:57 -0700)
commit5e2376eb94f8d043283e8acc3c74ae93fba1da44
treed008a258ef13bf867fc2e2a08d992ea618666960
parent70ed51d6f652d36672b697ffe94a79a540ca272d
Allow requiring cache size for page props

Needed for batch processing where size of the batch is known
and the batch should fit in cache.

Change-Id: Ib6d6e6ab7e12788c934cd0e973bc35e133aeccbb
includes/PageProps.php
includes/libs/ProcessCacheLRU.php