<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>RaisingStudio.LightningDB</title><link>https://gallery.orchardproject.net:443/Packages/RaisingStudio.LightningDB</link><description>&lt;pre&gt;&lt;code&gt;public interface ILightningDBService : ISingletonDependency
{
    long GetEntriesCount();
    bool ContainsKey(byte[] key);
    bool TryGet(byte[] key, out byte[] value);
    byte[] Get(byte[] key);
    void Put(byte[] key, byte[] value, PutOptions options = PutOptions.None);
    void Delete(byte[] key);
}
&lt;/code&gt;&lt;/pre&gt;
</description><item><title>RaisingStudio.LightningDB 1.0</title><link>https://gallery.orchardproject.net:443/Packages/RaisingStudio.LightningDB/1.0</link><description>&lt;pre&gt;&lt;code&gt;public interface ILightningDBService : ISingletonDependency
{
    long GetEntriesCount();
    bool ContainsKey(byte[] key);
    bool TryGet(byte[] key, out byte[] value);
    byte[] Get(byte[] key);
    void Put(byte[] key, byte[] value, PutOptions options = PutOptions.None);
    void Delete(byte[] key);
}
&lt;/code&gt;&lt;/pre&gt;
</description><pubDate>Mon, 06 Jun 2016 12:54:40 GMT</pubDate><guid isPermaLink="true">https://gallery.orchardproject.net:443/Packages/RaisingStudio.LightningDB/1.0</guid></item></channel></rss>