Sign in
apache
/
geode-dotnet-core-client
/
0df067221b2c75ad457e6adf3fce7ade7a993c6c
/
.
/
NetCore
/
RegionShortcut.cs
blob: e1cd7ba2fe1ff9f3a9cd466676a4da8dc45cd08d [
file
] [
log
] [
blame
]
namespace
Apache
{
namespace
Geode
{
namespace
NetCore
{
public
enum
RegionShortcut
{
Proxy
=
0
,
CachingProxy
=
1
,
CachingProxyEntryLru
=
2
,
Local
=
3
,
LocalEntryLru
=
4
}
}
}
}