Key - The type for the cache key entriesValue - The type for the cache value entriespublic interface OgnlCache<Key,Value>
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| Value | get(Key key) | 
| int | getEvictionLimit() | 
| void | put(Key key,
   Value value) | 
| void | putIfAbsent(Key key,
           Value value) | 
| void | setEvictionLimit(int cacheEvictionLimit) | 
| int | size() | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.