Name pcache-repositories with :object-name keyword
This commit is contained in:
parent
f695113554
commit
414a841c20
@ -745,7 +745,7 @@ Create cache structure containing stop information
|
|||||||
(defmethod imalison:muni-stop-get-lat-long ((stop imalison:muni-stop))
|
(defmethod imalison:muni-stop-get-lat-long ((stop imalison:muni-stop))
|
||||||
(list (oref stop :lat) (oref stop :long)))
|
(list (oref stop :lat) (oref stop :long)))
|
||||||
|
|
||||||
(defvar imalison:muni-stop-cache (pcache-repository "imalison-muni-stop"))
|
(defvar imalison:muni-stop-cache (pcache-repository :object-name "imalison-muni-stop"))
|
||||||
|
|
||||||
(defun imalison:muni-get-gtfs-stops (&optional filepath)
|
(defun imalison:muni-get-gtfs-stops (&optional filepath)
|
||||||
(unless filepath
|
(unless filepath
|
||||||
@ -825,7 +825,7 @@ A function that shells out to get upcoming trains
|
|||||||
|
|
||||||
A cached version of the muni functions for use in spaceline and elsewhere.
|
A cached version of the muni functions for use in spaceline and elsewhere.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defvar imalison:muni-cache (pcache-repository "imalison-muni"))
|
(defvar imalison:muni-cache (pcache-repository :object-name "imalison-muni"))
|
||||||
(defvar imalison:current-location-ttl 10)
|
(defvar imalison:current-location-ttl 10)
|
||||||
(defvar imalison:muni-arrival-ttl 25)
|
(defvar imalison:muni-arrival-ttl 25)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user