template<typename T, template< typename TT > class Allocator, template< typename TT > class Acquirer, template< typename TT > class Releaser>
class CacheRO< T, Allocator, Acquirer, Releaser >
Read-only cache object.
This is parameterize so it can implement coherent or incoherent read-only caches.
Definition at line 141 of file Cache.hpp.
template<typename T , template< typename TT > class Allocator, template< typename TT > class Acquirer, template< typename TT > class Releaser>
Create a cache object.
Call with a global address, a number of elements to fetch, and optionally a local buffer to store the cached copy.
Definition at line 154 of file Cache.hpp.