TPS_web_october/modules/cms/classes/ObjectMemoryCache.php

13 lines
223 B
PHP
Raw Normal View History

2022-09-12 06:02:53 +00:00
<?php namespace Cms\Classes;
/**
* Provides a simple request-level cache for CMS objects.
*
* @package october\cms
* @author Alexey Bobkov, Samuel Georges
*/
class ObjectMemoryCache
{
public static $cache = [];
}