/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to classes/cache/cachebuffer.php

  • Committer: Suren A. Chilingaryan
  • Date: 2020-02-25 02:48:42 UTC
  • Revision ID: csa@suren.me-20200225024842-bxcsd9drjoat10g9
Rename DATA to CACHEBuffer

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  caching levels and should be used only to make decision if there anything
6
6
  missing in the data or not. No support for subresolution data.
7
7
*/
8
 
class DATA {
 
8
class CACHEBuffer {
9
9
    var $min, $max, $mean;
10
10
    var $items, $n, $missing;
11
11
    var $missing_counter;