asyncresourcecache.h File Reference

Classes

class  AsyncResourceCacheEntryInterface
 
class  AsyncResourceCacheInterface
 

Namespaces

 maxon
 

Typedefs

using KeyData = StrongCOWRef< Data >
 
using DataRef = StrongRef< Data >
 

Enumerations

enum class  ASYNCRESOURCECACHEFLAGS {
  NONE ,
  LIMIT_DATA_CACHE
}
 

Functions

enum maxon::ASYNCRESOURCECACHEFLAGS MAXON_ENUM_FLAGS (ASYNCRESOURCECACHEFLAGS)
 
 MAXON_REGISTRY (AsyncResourceCacheRef<>, AsyncResourceCacheTypes, "net.maxon.registry.asyncresourcecache")
 

Variables

 NONE
 
 LIMIT_DATA_CACHE
 

Variable Documentation

◆ NONE

NONE

◆ LIMIT_DATA_CACHE

LIMIT_DATA_CACHE

If set the data cache is limited to the given value in the init function. If this flag not set the cache lives as long as the cache entry.