webengine/osswebengine/cache/inc/HttpCacheHandler.h
changeset 1 7c90e6132015
parent 0 dd21522fd290
child 10 a359256acfc6
equal deleted inserted replaced
0:dd21522fd290 1:7c90e6132015
   302         * @since 3.1
   302         * @since 3.1
   303         * @param
   303         * @param
   304         * @param
   304         * @param
   305         * @return
   305         * @return
   306         */
   306         */
   307         void HandleCorruptEntry( CHttpCacheEntry& aStrayEntry, TBool aUpdate = ETrue );
   307         void DeleteCacheEntry( CHttpCacheEntry& aEntry, TBool aUpdate = ETrue );
   308 
   308 
   309 
   309 
   310         /**
   310         /**
   311         *
   311         *
   312         * @since 3.1
   312         * @since 3.1
   330         HBufC*                          iDirectory; // owned
   330         HBufC*                          iDirectory; // owned
   331         // name of the index file
   331         // name of the index file
   332         HBufC*                          iIndexFile; // owned
   332         HBufC*                          iIndexFile; // owned
   333         // Observing changes in cache
   333         // Observing changes in cache
   334         CHttpCacheObserver* iHttpCacheObserver; // owned
   334         CHttpCacheObserver* iHttpCacheObserver; // owned
   335 	// An opened and configured file server session
   335     	// An opened and configured file server session
   336 	RFs iRfs;
   336     	RFs iRfs;
   337     };
   337     };
   338 
   338 
   339 #endif      // CHTTPCACHEHANDLER_H
   339 #endif      // CHTTPCACHEHANDLER_H
   340 
   340 
   341 // End of File
   341 // End of File