1    /*!
     2     *  ======== CacheSupport.xdc ========
     3     *  Empty ICacheSupport implementation 
     4     */
     5    
     6    module CacheSupportNull inherits ICacheSupport
     7    {
     8    
     9    }
    10    /*
    11     *  @(#) xdc.runtime.knl; 1, 0, 0,88; 5-27-2010 16:42:31; /db/ztree/library/trees/xdc/xdc-v38x/src/packages/
    12     */
    13