Back to Project Fuji Aspect Interceptors Overview, or Project Fuji Aspect Interceptors Overview Info
| At line 1 added 2 lines. |
| !!!Note |
| At line 206 changed 1 line. |
| The Cache implementation uses a Linked HashMap. By over-riding the boolean removeEldestEntry(Map.Entry<K, V> eldest) method, a First-In-First-Out cache can be created. This will ensure that if the ânumber of entriesâ exceed the set limit; the oldest entry will be removed, which gives us automatic cache management. However, the cache can also be configured to be a Generic Cache in which case, Cache management will have to be provided by the Web Console. Typical management operations include: |
| The Cache implementation uses a Linked HashMap. By over-riding the boolean removeEldestEntry(Map.Entry<K, V> eldest) method, a First-In-First-Out cache can be created. This will ensure that if the âÂÂnumber of entriesâ exceed the set limit; the oldest entry will be removed, which gives us automatic cache management. However, the cache can also be configured to be a Generic Cache in which case, Cache management will have to be provided by the Web Console. Typical management operations include: |