CachingStructLoader.Cache

The cache class. We need to enable GC scanning of the values stored in the cache because they contain references.

class CachingStructLoader(S)
static
class Cache : ExpiringCache!(CacheValue.sizeof) {}

Constructors

this
this(size_t max_items, time_t lifetime)

Constructor.

Meta