;;; persistent-soft-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ;;;### (autoloads nil "persistent-soft" "persistent-soft.el" (0 0 ;;;;;; 0 0)) ;;; Generated autoloads from persistent-soft.el (let ((loads (get 'persistent-soft 'custom-loads))) (if (member '"persistent-soft" loads) nil (put 'persistent-soft 'custom-loads (cons '"persistent-soft" loads)))) (autoload 'persistent-soft-location-readable "persistent-soft" "\ Return non-nil if LOCATION is a readable persistent-soft data store. \(fn LOCATION)" nil nil) (autoload 'persistent-soft-location-destroy "persistent-soft" "\ Destroy LOCATION (a persistent-soft data store). Returns non-nil on confirmed success. \(fn LOCATION)" nil nil) (autoload 'persistent-soft-exists-p "persistent-soft" "\ Return t if SYMBOL exists in the LOCATION persistent data store. This is a noop unless LOCATION is a string and pcache is loaded. Returns nil on failure, without throwing an error. \(fn SYMBOL LOCATION)" nil nil) (autoload 'persistent-soft-fetch "persistent-soft" "\ Return the value for SYMBOL in the LOCATION persistent data store. This is a noop unless LOCATION is a string and pcache is loaded. Returns nil on failure, without throwing an error. \(fn SYMBOL LOCATION)" nil nil) (autoload 'persistent-soft-flush "persistent-soft" "\ Flush data for the LOCATION data store to disk. \(fn LOCATION)" nil nil) (autoload 'persistent-soft-store "persistent-soft" "\ Under SYMBOL, store VALUE in the LOCATION persistent data store. This is a noop unless LOCATION is a string and pcache is loaded. Optional EXPIRATION sets an expiry time in seconds. Returns a true value if storage was successful. Returns nil on failure, without throwing an error. \(fn SYMBOL VALUE LOCATION &optional EXPIRATION)" nil nil) (register-definition-prefixes "persistent-soft" '("persistent-soft-")) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: ;;; persistent-soft-autoloads.el ends here