ICallbackHandlerGetCachedSize Method |
Queries the size of a cache item.
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax int GetCachedSize(
long id
)
Parameters
- id
- Type: SystemInt64
The cache entry ID.
Return Value
Type:
Int32The size of the cache item, or 0 if the item is not found.
See Also