https://github.com/riywo/fcache
https://github.com/riywo/fcache
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/riywo/fcache
- Owner: riywo
- Created: 2013-04-04T01:14:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-10T08:43:16.000Z (about 13 years ago)
- Last Synced: 2025-02-04T15:19:08.258Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fcache
## Usage
Usage: fcache EXPIRE_SEC COMMAND [ARGS]
EXPIRE_SEC : expire sec
COMMAND : any command
ARGS : command line arguments
## Example
$ cd example
$ ./example.sh
ifconfig.me port:63303
ifconfig.me port:63304
ifconfig.me port:63305
real 0m6.519s
user 0m0.241s
sys 0m0.186s
ifconfig.me port:63306
ifconfig.me port:63306
ifconfig.me port:63306
real 0m0.177s
user 0m0.269s
sys 0m0.202s