Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

svn commit: r386489 - in /jakarta/jcs/trunk/src/java/org/apache/jcs/auxilia: msg#00015

Subject: svn commit: r386489 - in /jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql: HSQLCache.java HSQLCacheAttributes.java HSQLCacheFactory.java HSQLCacheManager.java behavior/IHSQLCacheAttributes.java behavior/IHSQLCacheService.java package.html
Author: asmuts
Date: Thu Mar 16 16:15:33 2006
New Revision: 386489

URL: http://svn.apache.org/viewcvs?rev=386489&view=rev
Log:
--Removed old hsql disk cache.

--Added new hsql using new jdbc disk cache base.

--Tested the jdbc with mysql for several hours and found the need for a 
removeall limiting setting.  I added the ability to prohibit removeall commands 
for the disk cache.

--Added new tests for hsql, found race condition with removeall resulting from 
my changes earlier.  added new locking for update and remove all to solve the 
issue.  Unit tests prove the fix.

--Added runtime shutdown hook for indexed disk cache.

--Added startup size the indexed disk cache stats.

Removed:
    jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql/HSQLCache.java
    
jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql/HSQLCacheAttributes.java
    
jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql/HSQLCacheFactory.java
    
jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql/HSQLCacheManager.java
    
jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql/behavior/IHSQLCacheAttributes.java
    
jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql/behavior/IHSQLCacheService.java
    jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql/package.html


<Prev in Thread] Current Thread [Next in Thread>