Package | Description |
---|---|
mondrian.rolap.cache |
Provides primitives for policy-based caching.
|
Modifier and Type | Class and Description |
---|---|
class |
HardSmartCache<K,V>
An implementation of
SmartCache that uses hard
references. |
class |
SmartCacheImpl<K,V>
A base implementation of the
SmartCache interface which
enforces synchronization with a ReadWrite lock. |
class |
SoftSmartCache<K,V>
An implementation of
SmartCacheImpl which uses a
ReferenceMap as a backing object. |
Copyright © 2020 Hitachi Vantara. All rights reserved.