History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CACHE-241
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lars Torunski
Reporter: Fai Fung
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OSCache

Cache.flushAll(Date flushDate) throws NeedsRefreshException when flush date is not yet reached

Created: 06/Apr/06 03:39 AM   Updated: 21/Nov/06 12:22 PM
Component/s: Base Classes
Affects Version/s: 2.3
Fix Version/s: 2.3.1

File Attachments: 1. Java Source File FlushAllTest.java (0.8 kb)



 Description  « Hide
Cache.flushAll(Date flushDate) is called with a future date
Cache.get(key) is called while the flushDate is not yet reached
a NeedsRefreshException is thrown

 All   Comments   Change History      Sort Order:
Fai Fung - [06/Apr/06 03:40 AM ]
JUnit testcase

Lars Torunski - [09/Apr/06 07:53 AM ]
Fixed in CVS HEAD. Thx for the TestCase.