mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #8463 from creative-commoners/pulls/4.3/rm-cachedata
FIX Remove unused cacheData prop from #8451
This commit is contained in:
commit
5426f34b4a
@ -20,13 +20,6 @@ class ThemeResourceLoader implements Flushable
|
||||
*/
|
||||
private static $instance;
|
||||
|
||||
/**
|
||||
* Internal memory cache for large sets of repeated calls
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected static $cacheData = [];
|
||||
|
||||
/**
|
||||
* The base path of the application
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user