- cacheTimeoutInterval
-
initWithName:(NSString*)cacheName
-
(instancetype)sharedInstance
-
(void)setObject:(id)value forKey:(id)key
-
(id)getObjectForKey:(id)key
-
(void)setCacheWithDictionary:(NSDictionary*)dict
-
(NSDictionary)getDictionaryFromCache
-
(void)setString:(NSString*)string forKey:(NSString*)key
-
(NSString*)getStringforKey:(NSString*)key
-
(void)setImage:(UIImage*)image forKey:(NSString*)key
-
(UIImage*)getImageForKey:(NSString*)key
-
(NSArray*)getAllkeys