List of all members
SharedCache< DataType > Class Template Reference

This class extends the pool to a global data storage used across all instances of the plugin. More...

Detailed Description

template<class DataType>
class hise::SharedCache< DataType >

This class extends the pool to a global data storage used across all instances of the plugin.

This is useful if you have a lot of read-only data (like images), which would increase the memory usage when multiple instances of your plugin are used.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.