24 #ifndef PXR_USD_AR_RESOLVER_SCOPED_CACHE_H
25 #define PXR_USD_AR_RESOLVER_SCOPED_CACHE_H
30 #include "pxr/usd/ar/api.h"
31 #include "pxr/base/vt/value.h"
33 PXR_NAMESPACE_OPEN_SCOPE
81 PXR_NAMESPACE_CLOSE_SCOPE
83 #endif // PXR_USD_AR_RESOLVER_SCOPED_CACHE_H
Helper object for managing asset resolver cache scopes.
AR_API ArResolverScopedCache()
Begin an asset resolver cache scope.
AR_API ~ArResolverScopedCache()
End an asset resolver cache scope.
Provides a container which may hold any type, and provides introspection and iteration over array typ...