Uses of Interface
net.ygbstudio.powerwp4j.base.extension.enums.CacheSubKeyEnum
Packages that use CacheSubKeyEnum
Package
Description
-
Uses of CacheSubKeyEnum in net.ygbstudio.powerwp4j.engine
Methods in net.ygbstudio.powerwp4j.engine with parameters of type CacheSubKeyEnumModifier and TypeMethodDescription<V> Stream<WPCacheKeySnapshot<V>> WPCacheAnalyzer.getCacheSubKeySnapshotStream(@NotNull Function<? super tools.jackson.databind.JsonNode, ? extends V> subKeyTransformer, CacheKeyEnum cacheKey, CacheSubKeyEnum... subKeys) ReturnsWPCacheKeySnapshotinstances extracted from the in-memory local cache filtered by a specified cache key. -
Uses of CacheSubKeyEnum in net.ygbstudio.powerwp4j.models.entities
Methods in net.ygbstudio.powerwp4j.models.entities that return types with arguments of type CacheSubKeyEnumModifier and TypeMethodDescriptionMap<CacheSubKeyEnum, @Nullable V> WPCacheKeySnapshot.cacheSubKeyMap()Returns the value of thecacheSubKeyMaprecord component.Constructor parameters in net.ygbstudio.powerwp4j.models.entities with type arguments of type CacheSubKeyEnumModifierConstructorDescriptionWPCacheKeySnapshot(CacheKeyEnum cacheKey, Map<CacheSubKeyEnum, @Nullable V> cacheSubKeyMap) Creates an instance of aWPCacheKeySnapshotrecord class. -
Uses of CacheSubKeyEnum in net.ygbstudio.powerwp4j.models.schema
Classes in net.ygbstudio.powerwp4j.models.schema that implement CacheSubKeyEnum