Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters1971 authored Jun 10, 2024
1 parent a5088ee commit 943aecb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/XrdApps/XrdClJCachePlugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ journal = true
summary = true
json = ./
```
**cache** points to a local or shared directory where accessed files are stored.
```cache``` points to a local or shared directory where accessed files are stored. This directory has to exist and should be terminated with a '/'.

By default JCache prints a summary at application exit. If you don't want the summary **summary = false**.
By default JCache writes a json summary file in to the current working directory. If you want to change the directory where json summaries are stored change **json = /tmp/". If you don't want any json summary file set it to an empty string.
By default JCache prints a summary at application exit. If you don't want the summary set ```summary = false```.
By default JCache writes a json summary file into the current working directory. If you want to change the directory where json summaries are stored change ```json = /tmp/```. If you don't want any json summary file set it to an empty string. The name of the json summary file is ```jcache.env{"XRD_APPNAME"}:"none".{pid}.json```

# 2 Read Journal Cache

Expand Down

0 comments on commit 943aecb

Please sign in to comment.