<?php

class MCacheBackend_nocache extends MCacheBackend {
	function size() { return 0; }
}
