ICallbackHandlerGetCachedSize Method |
Queries the size of a cache item.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxint GetCachedSize(
long id
)
Parameters
- id Int64
- The cache entry ID.
Return Value
Int32The size of the cache item, or 0 if the item is not found.
See Also