webengine/osswebengine/cache/inc/HttpCacheLookupTable.h
changeset 13 10e98eab6f85
parent 8 7c90e6132015
child 16 a359256acfc6
equal deleted inserted replaced
8:7c90e6132015 13:10e98eab6f85
    92         *
    92         *
    93         * @since 3.1
    93         * @since 3.1
    94         * @param
    94         * @param
    95         * @return
    95         * @return
    96         */
    96         */
       
    97         TInt RemoveByPosition( TInt aPos );
       
    98         
       
    99         /**
       
   100         *
       
   101         * @since 3.1
       
   102         * @param
       
   103         * @return
       
   104         */
    97         TInt RemoveAll();
   105         TInt RemoveAll();
    98         
   106         
    99         /**
   107         /**
   100         *
   108         *
   101         * @since 7.1
   109         * @since 7.1
   142         * @param
   150         * @param
   143         * @return
   151         * @return
   144         */
   152         */
   145         void MergeL( CHttpCacheLookupTable* aHttpCacheLookupTable, RFs aRfs  );
   153         void MergeL( CHttpCacheLookupTable* aHttpCacheLookupTable, RFs aRfs  );
   146         
   154         
       
   155         /**
       
   156         *
       
   157         * @since 7.1
       
   158         * @param
       
   159         * @return
       
   160         */
       
   161         void FindCacheEntryIndex( const CHttpCacheEntry& aCacheEntry, TInt* aIndex );
       
   162 
   147     private:
   163     private:
   148         
   164         
   149         /**
   165         /**
   150         * Construct.
   166         * Construct.
   151         * @since 3.1
   167         * @since 3.1