File: OSCache%201.7.1.html

package info (click to toggle)
oscache 2.4.1%2Bds1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,500 kB
  • ctags: 1,980
  • sloc: java: 9,014; xml: 1,249; jsp: 574; makefile: 14; sh: 13
file content (38 lines) | stat: -rw-r--r-- 1,411 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
    <head>
        <title>OSCache - 
        OSCache 1.7.1
         </title>
	    <link rel="stylesheet" href="styles/site.css" type="text/css" />
        <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>

    <body>
	    <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
		    <tr>
			    <td valign="top" class="pagebody">
				    <h3><a name="OSCache1.7.1-ReleaseNotes"></a>Release Notes</h3>

<p>(26th September 2001 - by Francois Beauregard, fbeauregard@pyxis-tech.com, and<br/>
Alain Bergevin, abergevin@pyxis-tech.com, of Pyxis Technologies Inc.)</p>

<ul>
	<li>Cache Events</li>
	<li>Persistence mechanism refactored</li>
	<li>Cache Algorithms FIFO + LRU (Limit the size of the cache)</li>
	<li>AbstractConcurrentReadCache from Doug Lea's ConcurrentReaderHashMap.<br/>
      Should give oscache performance improvement</li>
	<li>Disk Persistence does not need any locking strategies. Everything is handled by AbstractConcurrentReadCache</li>
	<li>Pluggable entry refresh policies</li>
	<li>Unlimited cache size for disk</li>
	<li>Specify Duration using Simple Date Format or ISO-8601 as suggested by Fredrik Lindgren)<br/>
      The next one that would make sense I think is being able to specify a specific time of day.</li>
</ul>



                    			    </td>
		    </tr>
	    </table>
    </body>
</html>