Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
1.4.9, 1.4.10
-
None
-
None
Description
When cache a blockļ¼the expiration is always set MAX_SIZE (which is a static final field).
MAX_SIZE was mistakenly thought to be the max size of block. In fact, this parameter represents the expiration of the cached block. MAX_SIZE should be set 0 which means forever.