This is an automated email from the ASF dual-hosted git repository.
tv pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
from b0ed3b2d Javadoc
new f104e72d Fix naming
new 989340bd Update documentation
new 2ebe98bd Use Instant and Duration like anywhere else
new e1eed07c Better readability
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
commons-jcs4-core/pom.xml | 4 +
.../disk/jdbc/JDBCDataSourceFactoryUnitTest.java | 8 +-
commons-jcs4-jcache-extras/pom.xml | 4 +
commons-jcs4-jcache-openjpa/pom.xml | 4 +
commons-jcs4-jcache-tck/pom.xml | 4 +-
commons-jcs4-jcache/pom.xml | 4 +
.../commons/jcs4/jcache/EvictionListener.java | 2 +-
.../org/apache/commons/jcs4/jcache/JCSCache.java | 51 ++++++------
.../commons/jcs4/jcache/JCSCachingManager.java | 4 +-
.../apache/commons/jcs4/jcache/JCSListener.java | 19 ++---
.../org/apache/commons/jcs4/jcache/Statistics.java | 90 ++++++++++++++--------
.../commons/jcs4/jcache/TempStateCacheView.java | 4 +-
.../java/org/apache/commons/jcs4/jcache/Times.java | 37 ---------
.../jcs4/jcache/jmx/JCSCacheStatisticsMXBean.java | 8 +-
src/site/site.xml | 7 +-
src/site/xdoc/JCSandJCACHE.xml | 9 ++-
src/site/xdoc/MySQLDiskCacheProperties.xml | 2 +-
src/site/xdoc/getting_started/intro.xml | 4 +
src/site/xdoc/index.xml | 59 ++++++++++----
19 files changed, 180 insertions(+), 144 deletions(-)
delete mode 100644
commons-jcs4-jcache/src/main/java/org/apache/commons/jcs4/jcache/Times.java