Uses of Class
io.github.eggy03.ferrumx.windows.entity.processor.Win32CacheMemory
Packages that use Win32CacheMemory
Package
Description
-
Uses of Win32CacheMemory in io.github.eggy03.ferrumx.windows.entity.compounded
Fields in io.github.eggy03.ferrumx.windows.entity.compounded with type parameters of type Win32CacheMemoryModifier and TypeFieldDescription(package private) @Nullable List<Win32CacheMemory> Win32ProcessorToCacheMemory.cacheMemoryListA list ofWin32CacheMemoryentities associated with theWin32ProcessorToCacheMemory.deviceId. -
Uses of Win32CacheMemory in io.github.eggy03.ferrumx.windows.mapping.processor
Classes in io.github.eggy03.ferrumx.windows.mapping.processor that implement interfaces with type arguments of type Win32CacheMemoryModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32CacheMemory -
Uses of Win32CacheMemory in io.github.eggy03.ferrumx.windows.service.processor
Classes in io.github.eggy03.ferrumx.windows.service.processor that implement interfaces with type arguments of type Win32CacheMemoryModifier and TypeClassDescriptionclassService class for fetching processor cache information from the system.Methods in io.github.eggy03.ferrumx.windows.service.processor that return types with arguments of type Win32CacheMemoryModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32CacheMemory> Win32CacheMemoryService.get()Retrieves an immutable list of processor cache entries present in the system.@NotNull @Unmodifiable List<Win32CacheMemory> Win32CacheMemoryService.get(long timeout) Retrieves an immutable list of processor cache entries using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32CacheMemory> Win32CacheMemoryService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of processor cache entries using the caller'sPowerShellsession.