Skip to content

bastianschaffer/java-disk-cache-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-disk-cache-test

This is a test implementation of the Apache Commons Java Caching System

To run the test, run the "mainTest()" method in TestDiskCache.java.The cache is in the caching.ccf file configured to cache 0 objects on memory and 100 on the disk. To check if the data is really on the disk, you can set "fillCache" to false and run the test again, but this only works if the test ran at least once with "fillCache" set to true. The cached data is automatically saved at target/jcs-cache-db/

helpful links

https://commons.apache.org/proper/commons-jcs/IndexedDiskAuxCache.html

https://commons.apache.org/proper/commons-jcs/IndexedDiskCacheProperties.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages