# File sqlite3_feed_cache.rb, line 142 def SQLite3FeedCache.find_by_href(href) feed = SQLite3FeedCache.new return feed.load_by_href(href) end