1    /*!
     2     *  ======== CacheSupport.xdc ========
     3     *  Empty ICacheSupport implementation 
     4     */
     5    @RomConsts
     6    
     7    module CacheSupportNull inherits ICacheSupport
     8    {
     9    
    10    }
    11    /*
    12     *  @(#) xdc.runtime.knl; 1, 0, 0,0; 7-26-2016 11:46:36; /db/ztree/library/trees/xdc/xdc-B21/src/packages/
    13     */
    14