Skip to content

Commit c5972f3

Browse files
committed
fix scopes of variables, add cache population
1 parent 018b817 commit c5972f3

File tree

2 files changed

+158
-11
lines changed

2 files changed

+158
-11
lines changed

example.rc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@
1616
# the command takes one parameter (the URL of the resource)
1717
RDFSH_HTTPGETNTRIPLES_COMMAND="any23 rover -t -f ntriples"
1818

19+
# try to use the cached ntriple models
20+
RDFSH_CACHE_USE="true"
21+
22+
# populate a cache of retrieved ntriple models
23+
RDFSH_CACHE_POPULATE="true"
24+
25+
# use a git repository for caching
26+
RDFSH_CACHE_VERSION="true"
27+

0 commit comments

Comments
 (0)