SFSmartSqlCache Class Reference

Inherits from NSObject
Conforms to NSCacheDelegate
Declared in SFSmartSqlCache.h

Overview

Cache for smart sql to sql conversions

– initWithCountLimit:

- (id)initWithCountLimit:(NSUInteger)countLimit

– setSql:forSmartSql:

- (void)setSql:(NSString *)sql forSmartSql:(NSString *)smartSql

– sqlForSmartSql:

- (NSString *)sqlForSmartSql:(NSString *)smartSql

– removeEntriesForSoup:

- (void)removeEntriesForSoup:(NSString *)soupName