Class SysDimensionCache

  • All Implemented Interfaces:
    Cache

    public class SysDimensionCache
    extends ProjectCacheBase
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Detail

      • load

        protected java.lang.Object load​(CacheHint hint)
                                 throws CacheException
        Description copied from class: CacheBase
        Overridable. Creates a new cached object instance and populates it with data from the persistent storage. In case the object not found in the persistent storage the implementation can return either null or a dummy object.
        Specified by:
        load in class CacheBase
        Parameters:
        hint - the hint object.
        Returns:
        the object or null.
        Throws:
        CacheException - if somethig gos wrong.