Uses of Record Class
net.ygbstudio.powerwp4j.engine.WPCacheMeta
Packages that use WPCacheMeta
-
Uses of WPCacheMeta in net.ygbstudio.powerwp4j.engine
Methods in net.ygbstudio.powerwp4j.engine that return types with arguments of type WPCacheMetaModifier and TypeMethodDescriptionstatic Optional<WPCacheMeta> Reads the metadata file from the given cache file path and returns an optional WPCacheMeta object.static Optional<WPCacheMeta> WPCacheMeta.updateCacheMeta(@NotNull WPSiteInfo siteInfo, Path cachePath, boolean ignoreSSLHandshakeException) Updates the cache metadata by making a request to the WordPress REST API and returns an optional WPCacheMeta object.Methods in net.ygbstudio.powerwp4j.engine with parameters of type WPCacheMetaModifier and TypeMethodDescriptionstatic voidWPCacheMeta.writeCacheMetadata(Path metaPath, WPCacheMeta cacheMetaObj) Writes the WPCacheMeta object to the metadata file at the specified path in the local file system.