ICallbackHandlerGetCacheEntry Method |
Retrieves an entry from the cache.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool GetCacheEntry(
long id,
IntPtr data,
int size
)
Parameters
- id Int64
- The cache entry ID.
- data IntPtr
- A pointer that should be filled with data from the cache.
- size Int32
- The size of the memory block pointed to be data.
Return Value
Booleantrue if the item is found in the cache; otherwise,
false.
See Also