Uses of Interface
net.ygbstudio.powerwp4j.base.extension.enums.CacheKeyEnum
Packages that use CacheKeyEnum
Package
Description
-
Uses of CacheKeyEnum in net.ygbstudio.powerwp4j.base.extension.builders
Methods in net.ygbstudio.powerwp4j.base.extension.builders with type parameters of type CacheKeyEnumModifier and TypeMethodDescriptionprotected <E extends CacheKeyEnum>
TAdds a property with the givenpropertyEnumvalue andvalueto the payload node.Methods in net.ygbstudio.powerwp4j.base.extension.builders with parameters of type CacheKeyEnumModifier and TypeMethodDescriptionprotected <E extends FriendlyEnum>
TAbstractPayloadNodeBuilder.add(@NotNull CacheKeyEnum propertyEnum, E value) Adds a property with the givenpropertyEnumvalue and avalueenum to the payload node. -
Uses of CacheKeyEnum in net.ygbstudio.powerwp4j.base.extension.enums
Subinterfaces of CacheKeyEnum in net.ygbstudio.powerwp4j.base.extension.enumsModifier and TypeInterfaceDescriptioninterfaceUnified Enum interface for the WordPress class/taxonomy value representation objects. -
Uses of CacheKeyEnum in net.ygbstudio.powerwp4j.engine
Methods in net.ygbstudio.powerwp4j.engine with parameters of type CacheKeyEnumModifier and TypeMethodDescriptionStream<tools.jackson.databind.node.ArrayNode> WPCacheAnalyzer.getCacheKeyArrayStream(CacheKeyEnum cacheKey) Returns the ArrayNodes from the in-memory local cache filtered by a specified enum that follows theCacheKeyEnuminterface.longWPCacheAnalyzer.getCacheKeyCount(CacheKeyEnum cacheKey) Returns the count of unique cache keys from the in-memory local cache.<V> Set<V> WPCacheAnalyzer.getCacheKeyValueSet(CacheKeyEnum cacheKey, @NotNull Function<? super tools.jackson.databind.JsonNode, ? extends V> transformer) Returns values extracted from the in-memory local cache filtered by a specified enum that follows theCacheKeyEnuminterface.Stream<tools.jackson.databind.JsonNode> WPCacheAnalyzer.getCacheKeyValueStream(CacheKeyEnum cacheKey) Returns the ArrayNodes from the in-memory local cache filtered by a specified enum that follows theCacheKeyEnuminterface.<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 CacheKeyEnum in net.ygbstudio.powerwp4j.models.entities
Methods in net.ygbstudio.powerwp4j.models.entities that return CacheKeyEnumModifier and TypeMethodDescriptionWPCacheKeySnapshot.cacheKey()Returns the value of thecacheKeyrecord component.Constructors in net.ygbstudio.powerwp4j.models.entities with parameters of type CacheKeyEnumModifierConstructorDescriptionWPCacheKeySnapshot(CacheKeyEnum cacheKey, Map<CacheSubKeyEnum, @Nullable V> cacheSubKeyMap) Creates an instance of aWPCacheKeySnapshotrecord class. -
Uses of CacheKeyEnum in net.ygbstudio.powerwp4j.models.schema
Classes in net.ygbstudio.powerwp4j.models.schema that implement CacheKeyEnumModifier and TypeClassDescriptionenumEnumeration of possible cache keys for the WordPress REST API cache. -
Uses of CacheKeyEnum in net.ygbstudio.powerwp4j.models.taxonomies
Classes in net.ygbstudio.powerwp4j.models.taxonomies that implement CacheKeyEnumModifier and TypeClassDescriptionenumEnum class for the WordPress cache taxonomy value representation.