C# Class Azavea.Open.DAO.Util.DbCaches

We need to cache so many things in so many places, it made more sense to just put them all in one nice central location.
Afficher le fichier Open project: azavea/net-dao

Méthodes publiques

Свойство Type Description
ArrayLists ClearingCache
Clauses ClearingCache
Commands Azavea.Open.DAO.SQL.DbCommandCache
Connections Azavea.Open.DAO.SQL.DbConnectionCache
Criteria ClearingCache
EnumerableLists ClearingCache>
Hashtables ClearingCache
IntLists ClearingCache>
ObjectLists ClearingCache>
ParamNames ParamNameCache
StringBuilders StringBuilderCache
StringIntDicts int>>.ClearingCache
StringLists ClearingCache>
StringObjectDicts object>>.ClearingCache

Property Details

ArrayLists public_oe static_oe property

Cache of ArrayLists.
public static ClearingCache ArrayLists
Résultat ClearingCache

Clauses public_oe static_oe property

Cache of SQL clauses so we can reuse them.
public static ClearingCache Clauses
Résultat ClearingCache

Commands public_oe static_oe property

Cache of all the commands we've run.
public static DbCommandCache,Azavea.Open.DAO.SQL Commands
Résultat Azavea.Open.DAO.SQL.DbCommandCache

Connections public_oe static_oe property

Cache of connections to all the databases we've connected to.
public static DbConnectionCache,Azavea.Open.DAO.SQL Connections
Résultat Azavea.Open.DAO.SQL.DbConnectionCache

Criteria public_oe static_oe property

A cache of DaoCriterias so we aren't constructing zillions of 'em.
public static ClearingCache Criteria
Résultat ClearingCache

EnumerableLists public_oe static_oe property

Cache of List<IEnumerable>s.
public static ClearingCache> EnumerableLists
Résultat ClearingCache>

Hashtables public_oe static_oe property

Cache of Hashtables.
public static ClearingCache Hashtables
Résultat ClearingCache

IntLists public_oe static_oe property

Cache of List<int>s.
public static ClearingCache> IntLists
Résultat ClearingCache>

ObjectLists public_oe static_oe property

Cache of List<object>s.
public static ClearingCache> ObjectLists
Résultat ClearingCache>

ParamNames public_oe static_oe property

Cache of "param" + nums.
public static ParamNameCache,Azavea.Open.DAO.Util ParamNames
Résultat ParamNameCache

StringBuilders public_oe static_oe property

Cache of StringBuilders.
public static StringBuilderCache StringBuilders
Résultat StringBuilderCache

StringIntDicts public_oe static_oe property

Cache of Dictionary<string, int>s.
public static ClearingCache> StringIntDicts
Résultat int>>.ClearingCache

StringLists public_oe static_oe property

Cache of List<string>s.
public static ClearingCache> StringLists
Résultat ClearingCache>

StringObjectDicts public_oe static_oe property

Cache of Dictionary<string, object>s.
public static ClearingCache> StringObjectDicts
Résultat object>>.ClearingCache